From e45e668a4f6bdeca4ddc4071c4f37822792d65ed Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Mon, 31 Jul 2017 00:45:06 +0530 Subject: Fix invalid help parameters Introduce new section "default_parameter" to add "include" and "exclude" parameter from defalut parameter list. Following is a example for the parameter section to use it: xyz.yaml: ... default_parameters: include: - parameter1 - parameter2 ... exclude: - parameter3 - parameter4 ... parameters: - parameter5 .... .... Issue-Id: CLI-20 Change-Id: I99fd91a130739f2007fdd85a23c76d4e1b30c542 Signed-off-by: subhash kumar singh --- framework/src/main/resources/schema-refresh.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'framework/src/main/resources/schema-refresh.yaml') diff --git a/framework/src/main/resources/schema-refresh.yaml b/framework/src/main/resources/schema-refresh.yaml index f64b0545..ffa32424 100644 --- a/framework/src/main/resources/schema-refresh.yaml +++ b/framework/src/main/resources/schema-refresh.yaml @@ -5,6 +5,12 @@ service: no-auth: true name: onap-cli version: 1.0.0 +default_parameters: + exclude: + - onap-username + - onap-password + - msb-url + - no-auth results: direction: landscape attributes: -- cgit 1.2.3-korg