Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd output format flag #238
Comments
|
This could provide even more advanced scripting and workflow capabilities as described in issue #237. |
|
This issue was moved to teamhephy/workflow-cli#18 |
Introduce a output flag to provide structured output that is more suitable for programmatic usage of command output. To be familiar to Workflow users this should be similar to the
kubectlimplementation:-o=<output_format>. Using-o=jsonshould result in returning the JSON data directly from the REST API for the Controller. It might be nice to also provide YAML output (again for familiarity ofkubectlusers), but providing JSON alone may be sufficient.