aboutsummaryrefslogtreecommitdiffstats
path: root/profiles/http/src/main/resources/open-cli-schema
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/http/src/main/resources/open-cli-schema')
-rw-r--r--profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml b/profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml
index 69e82b3b..6721b207 100644
--- a/profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml
+++ b/profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml
@@ -32,4 +32,12 @@ parameters:
short_option: a
long_option: no-auth
default_value: false
- is_default_param: true \ No newline at end of file
+ is_default_param: true
+ - name: no-catalog
+ type: bool
+ description: whether to use given host-url directly without looking into catalog, it will overrid the service->mode.
+ short_option: C
+ long_option: no-catalog
+ is_optional: true
+ is_default_param: true
+ default_value: false \ No newline at end of file