airshipctl/pkg/phase
Niharika Bhavaraju 9bf40366a5 [#358] Introduce Phase List command to output phase list(pkg module).
* Phase list command lists phases of current documentset/plan in
  table or yaml format.
 airshipctl phase list
 airshipctl phase list --plan planName
 airshipctl phase list --plan planName -o yaml
 airshipctl phase list --plan planName -o table(default format)

Relates-To: #358

Co-Authored-By: Niharika Bhavaraju <niha.twinkle@gmail.com>

Change-Id: I37add2fc9dca2433de525bac8c2cc9e56fe39621
2021-03-25 20:16:27 +05:30
..
errors [#358] Introduce Phase List command to output phase list(pkg module). 2021-03-25 20:16:27 +05:30
executors Don't fail if docEntryPoint isn't defined for Container exec 2021-03-23 22:04:40 -05:00
ifc Updated executor definition to introduce a status interface 2021-03-10 13:14:08 +00:00
testdata [#358] Introduce Phase List command to output phase list(pkg module). 2021-03-25 20:16:27 +05:30
client_test.go Refactor phase related errors 2021-03-23 22:04:28 -05:00
client.go Merge "Remove deprecated options for phase/plan run cmd" 2021-03-25 06:20:03 +00:00
command_test.go [#358] Introduce Phase List command to output phase list(pkg module). 2021-03-25 20:16:27 +05:30
command.go [#358] Introduce Phase List command to output phase list(pkg module). 2021-03-25 20:16:27 +05:30
helper_test.go [#358] Introduce Phase List command to output phase list(pkg module). 2021-03-25 20:16:27 +05:30
helper.go Refactor phase related errors 2021-03-23 22:04:28 -05:00
printers_test.go [#358] Introduce Phase List command to output phase list(pkg module). 2021-03-25 20:16:27 +05:30
printers.go [#358] Introduce Phase List command to output phase list(pkg module). 2021-03-25 20:16:27 +05:30
render_test.go Refactor phase related errors 2021-03-23 22:04:28 -05:00
render.go Refactor phase related errors 2021-03-23 22:04:28 -05:00