diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-10-23 20:58:32 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-12-10 16:34:15 +0200 |
commit | 630834173bba497c9f21eb0459ba5cb7264346ee (patch) | |
tree | 212949d95c28b71d34b4989b47c15b8a541380c2 /mod/module.cli | |
parent | 33fce80ada305a5c3489e5716d515106b0fe73b2 (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 0c6785f..ca750e9 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 |