Add customer & subscription management commands 99/7799/1
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Thu, 17 Aug 2017 06:47:58 +0000 (12:17 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Thu, 17 Aug 2017 06:48:43 +0000 (12:18 +0530)
commita2b0adac6b2d29011e543e460a3286ed51a49aa4
tree0624970c26b72183826ed3ba5a6a39f54f8ae0fc
parent5f7b874a73aaca110ad093cb6ca530407f54df1c
Add customer & subscription management commands

CLI-13
Change-Id: Ia21006ca1dae3a451782c7c2e4df535e05ecaca6
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
main/src/test/java/org/onap/cli/main/OnapCliMainTest.java
plugins/aai/pom.xml [new file with mode: 0644]
plugins/aai/src/main/resources/onap-cli-schema/customer/customer-create-schema.yaml [new file with mode: 0644]
plugins/aai/src/main/resources/onap-cli-schema/customer/customer-list-schema.yaml [new file with mode: 0644]
plugins/aai/src/main/resources/onap-cli-schema/customer/customer-show-schema.yaml [new file with mode: 0644]
plugins/aai/src/main/resources/onap-cli-schema/subscription/subscription-create-schema.yaml [new file with mode: 0644]
plugins/aai/src/main/resources/onap-cli-schema/subscription/subscription-list-schema.yaml [new file with mode: 0644]
plugins/pom.xml