Add profiles command 69/110869/1
authorKanagaraj Manickam <mkr1481@gamil.com>
Tue, 4 Aug 2020 06:57:32 +0000 (12:27 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Tue, 4 Aug 2020 06:57:32 +0000 (12:27 +0530)
commit0ad67ba13217d73f99e9d50b623ab71a5c1ec724
treeb9a1ec6c656b76433f96dc861a5ecda2eb447fad
parent6941680edbc46f1525ef739305f11781d1ddd70a
Add profiles command

Issue-ID: CLI-273

Change-Id: I3779e08ccb6073ad8574d2b68ef14f485735c07f
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
framework/src/main/java/org/onap/cli/fw/cmd/profile/OnapProfileDeleteCommand.java [new file with mode: 0644]
framework/src/main/java/org/onap/cli/fw/cmd/profile/OnapProfileListCommand.java [new file with mode: 0644]
framework/src/main/java/org/onap/cli/fw/cmd/profile/OnapProfileSetCommand.java [new file with mode: 0644]
framework/src/main/java/org/onap/cli/fw/cmd/profile/OnapProfileShowCommand.java [new file with mode: 0644]
framework/src/main/java/org/onap/cli/fw/cmd/profile/OnapProfileUnsetCommand.java [new file with mode: 0644]
framework/src/main/resources/open-cli-schema/profile/profile-delete.yaml [new file with mode: 0644]
framework/src/main/resources/open-cli-schema/profile/profile-list.yaml [new file with mode: 0644]
framework/src/main/resources/open-cli-schema/profile/profile-set.yaml [new file with mode: 0644]
framework/src/main/resources/open-cli-schema/profile/profile-show.yaml [new file with mode: 0644]
framework/src/main/resources/open-cli-schema/profile/profile-unset.yaml [new file with mode: 0644]