airshipctl/cmd/config
Sirisha Gopigiri 4da8a54887 Separate folders-Create airshipctl cli user guide documentation
Current modified go code, generates RsT files for each airshipctl
cmd and places them in a folder specific to the airshipctl subcommand.
It also generates the index.rst file for the specific airshipctl
subcommand folders. These generated rst files are appropriate to sphinx,
so that they can be easliy rendered in docs.airshipit.org

Steps to render the document locally

	* Install sphinx: python3 -m pip install sphinx
        * Clone airshipctl: git clone https://github.com/airshipit/airshipctl.git
        * Download current PS: cd airshipctl; git fetch "https://review.opendev.org/airship/airshipctl" refs/changes/50/789250/2 && git checkout -b change-789250-1 FETCH_HEAD
	* Build sphinx html pages: cd docs/source; sphinx-build -b html . _build
	* Run local server: cd _build; python3 -m http.server
	* Open URL to access the page: http://localhost:8000/ navigate to commands section access the document

Relates-To: #280
Change-Id: Ifa1dafc7b296014cc826072ac2c52f4488421352
2021-06-28 10:20:55 +05:30
..
testdata Separate folders-Create airshipctl cli user guide documentation 2021-06-28 10:20:55 +05:30
config.go Separate folders-Create airshipctl cli user guide documentation 2021-06-28 10:20:55 +05:30
config_test.go Removed K8s Authors 2020-09-23 11:36:43 -04:00
get_context.go Config- updating cmd files for documentation 2021-05-25 12:14:59 +05:30
get_context_test.go Show the context name and current context using get-context command 2021-05-19 13:42:22 +05:30
get_management_config.go Separate folders-Create airshipctl cli user guide documentation 2021-06-28 10:20:55 +05:30
get_management_config_test.go Removed K8s Authors 2020-09-23 11:36:43 -04:00
get_manifest.go Config- updating cmd files for documentation 2021-05-25 12:14:59 +05:30
get_manifest_test.go Refactor config get-manifest command 2021-04-03 22:27:43 -05:00
init.go Config- updating cmd files for documentation 2021-05-25 12:14:59 +05:30
init_test.go Removed K8s Authors 2020-09-23 11:36:43 -04:00
set_context.go Config- updating cmd files for documentation 2021-05-25 12:14:59 +05:30
set_context_test.go Change logic of config set-context cmd 2021-03-26 19:22:52 -05:00
set_management_configuration.go Separate folders-Create airshipctl cli user guide documentation 2021-06-28 10:20:55 +05:30
set_management_configuration_test.go Change logic of config set-management-config command 2021-03-30 12:16:13 -05:00
set_manifest.go Config- updating cmd files for documentation 2021-05-25 12:14:59 +05:30
set_manifest_test.go Remove defaults from Config object at runtime 2021-03-19 17:31:02 +00:00
use_context.go Config- updating cmd files for documentation 2021-05-25 12:14:59 +05:30
use_context_test.go Removed K8s Authors 2020-09-23 11:36:43 -04:00