From 886c6767ebbd2e3555e9fa3b40bcd430ce055ee0 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 3 Jan 2018 14:03:21 +0530 Subject: Add no-catalog param in http Issue-ID: CLI-66 Change-Id: I1054344a8a6ed6d82075c295007131a0c033856e Signed-off-by: Kanagaraj Manickam k00365106 --- .../open-cli-schema/http/default_input_parameters_http.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'profiles/http/src/main/resources/open-cli-schema') 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 -- cgit 1.2.3-korg