airshipctl/cmd/phase
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
errors.go Add ability to render different document sets 2021-02-04 17:40:35 +00:00
list.go Phase- updating cmd files for documentation 2021-06-09 11:53:58 +05:30
list_test.go [#358] Introduce Phase List command to output phase list(cmd module) 2021-03-25 16:11:10 +00:00
phase.go Phase- updating cmd files for documentation 2021-06-09 11:53:58 +05:30
phase_test.go Remove AirshipCTLSettings from root level cmd 2020-09-03 23:52:49 -05:00
render.go Separate folders-Create airshipctl cli user guide documentation 2021-06-28 10:20:55 +05:30
render_test.go Add ability to render different document sets 2021-02-04 17:40:35 +00:00
run.go Separate folders-Create airshipctl cli user guide documentation 2021-06-28 10:20:55 +05:30
run_test.go Add airshipctl phase run 2020-08-10 16:07:45 -05:00
status.go Separate folders-Create airshipctl cli user guide documentation 2021-06-28 10:20:55 +05:30
status_test.go Add phase status command 2021-03-25 12:36:01 +00:00
tree.go Phase- updating cmd files for documentation 2021-06-09 11:53:58 +05:30
tree_test.go Add phase tree command in cmd module 2021-01-08 13:26:08 +00:00
validate.go Separate folders-Create airshipctl cli user guide documentation 2021-06-28 10:20:55 +05:30
validate_test.go Phase Validation: cmd changes to support Phase Validation sub command 2021-03-02 13:19:45 +00:00