CLI support 45/4345/2
authorHuifeng Le <huifeng.le@intel.com>
Tue, 15 Jun 2021 04:18:36 +0000 (12:18 +0800)
committerHuifeng Le <huifeng.le@intel.com>
Tue, 15 Jun 2021 04:17:24 +0000 (04:17 +0000)
commitc548fc7b7e5db1c73d05eb8067a065f34f57dd8d
tree58a39a0c177add9225d035d9d2a5e148637e41e7
parent2fc94104ba6322a36212efe8b05ef1ab2720cf97
CLI support

Add ewoctl to support configure overlay controller through command line.

Signed-off-by: Huifeng Le <huifeng.le@intel.com>
Change-Id: I2d9c9370f561e45a84c8f2bb72181ae8dfa32b32
17 files changed:
central-controller/src/scc/tools/ewoctl/Makefile [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/Readme.md [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/cmd/apply.go [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/cmd/config.go [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/cmd/delete.go [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/cmd/get.go [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/cmd/root.go [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/cmd/update.go [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/cmd/utils.go [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/ewoctl.go [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/examples/ewo-cfg.yaml [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/examples/overlay.yaml [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/examples/test.yaml [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/examples/test_template.yaml [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/examples/values.yaml [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/go.mod [new file with mode: 0644]
central-controller/src/scc/tools/ewoctl/go.sum [new file with mode: 0644]