diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-02-28 12:29:27 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-02-28 13:18:35 +0530 |
commit | 9f26a5983e007f8e888af3dd8d1382c83fce446b (patch) | |
tree | 686c04eee27689a2d3cf75f5948fa99f4d393529 /profiles/command/src/main/resources/open-cli-schema/cmd | |
parent | c9f4e87e86c166ca5ba641dbb99d8a6a5f759e3a (diff) |
CMD: Enhace command profile with additional macros
Issue-ID: CLI-129
Change-Id: I612ecfe2c25f73714a8759ce87fdc373c8d5a7f0
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'profiles/command/src/main/resources/open-cli-schema/cmd')
-rw-r--r-- | profiles/command/src/main/resources/open-cli-schema/cmd/default_input_parameters_cmd.yaml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/profiles/command/src/main/resources/open-cli-schema/cmd/default_input_parameters_cmd.yaml b/profiles/command/src/main/resources/open-cli-schema/cmd/default_input_parameters_cmd.yaml index b40c9c07..b358a0c7 100644 --- a/profiles/command/src/main/resources/open-cli-schema/cmd/default_input_parameters_cmd.yaml +++ b/profiles/command/src/main/resources/open-cli-schema/cmd/default_input_parameters_cmd.yaml @@ -13,22 +13,3 @@ # limitations under the License. open_cli_schema_version: 1.0 - -results: - direction: portrait - attributes: - - name: output - description: command output - scope: long - type: string - is_default_attr: true - - name: error - description: command error - scope: short - type: string - is_default_attr: true - - name: exitCode - description: command exit code - scope: short - type: string - is_default_attr: true
\ No newline at end of file |