diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-10-23 20:58:32 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-10-24 09:51:31 +0200 |
commit | bc94f77ea57edfd3e5ba0d2505f451ce56bfd422 (patch) | |
tree | dc0ab0a87096614e33a648643e35d64996727e29 /mod/module.cli | |
parent | 85065024eb4ca2ec1dac4dc7cb1fc8ff8fb238c8 (diff) |
Add suppport for build-task tenant_service_type parameter
Diffstat (limited to 'mod/module.cli')
-rw-r--r-- | mod/module.cli | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mod/module.cli b/mod/module.cli index 9c47e31..5799697 100644 --- a/mod/module.cli +++ b/mod/module.cli @@ -1001,6 +1001,13 @@ namespace brep // Only consider tenants with this interactive build mode. // bbot::interactive_mode interactive = bbot::interactive_mode::both; + + // Only consider tenants which have third-party services of any of these + // types. The special empty type value denotes tenants without the + // associated service. If this parameter is absent, then consider all + // tenant types. + // + vector<string> tenant_service_type | t; }; class build_result |