airshipctl/cmd/config
Sreejith Punnapuzha a1226660d6 New CLI option to get/set manifest
This commit adds get-manifests and set-manifests option for airshipctl
config. get-manifests prints all the manifests in current config file.
set-manifests helps in setting/creating new manifests in current config
file.

Closes: #115
Change-Id: I7c677ed491a1d456744d27bf105f21e2b3c4e6aa
Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
2020-06-25 18:47:51 -05:00
..
testdata New CLI option to get/set manifest 2020-06-25 18:47:51 -05:00
config.go New CLI option to get/set manifest 2020-06-25 18:47:51 -05:00
config_test.go Uplift cobra dependency to v0.0.6 2020-04-23 10:47:46 -05:00
get_authinfo.go Merge "Add pluralized aliases to config get commands" 2020-05-11 15:39:31 +00:00
get_authinfo_test.go Encoding secret data in airshipctl config files 2020-05-08 15:09:17 +00:00
get_cluster.go Add pluralized aliases to config get commands 2020-05-06 14:35:29 -05:00
get_cluster_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
get_context.go Add pluralized aliases to config get commands 2020-05-06 14:35:29 -05:00
get_context_test.go Enable golint as part of golangci-lint. 2020-05-20 13:29:11 -05:00
get_management_config.go Make get-management-config print in order 2020-06-11 15:45:29 -05:00
get_management_config_test.go Add get-management-config command 2020-06-11 06:26:15 +00:00
get_manifest.go New CLI option to get/set manifest 2020-06-25 18:47:51 -05:00
get_manifest_test.go New CLI option to get/set manifest 2020-06-25 18:47:51 -05:00
import.go Implement airshipctl config import 2020-05-05 11:11:36 -05:00
import_test.go Implement airshipctl config import 2020-05-05 11:11:36 -05:00
init.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
init_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_authinfo.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_authinfo_test.go Encoding secret data in airshipctl config files 2020-05-08 15:09:17 +00:00
set_cluster.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_cluster_test.go Increase test coverage 2020-05-01 07:43:33 -05:00
set_context.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_context_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_management_configuration.go Add set-management-configuration command 2020-05-28 21:59:44 +00:00
set_management_configuration_test.go Add set-management-configuration command 2020-05-28 21:59:44 +00:00
set_manifest.go New CLI option to get/set manifest 2020-06-25 18:47:51 -05:00
set_manifest_test.go New CLI option to get/set manifest 2020-06-25 18:47:51 -05:00
use_context.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
use_context_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00