Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --output parameter to plan status to allow json/yaml output #1634

Merged
merged 5 commits into from
Aug 10, 2020

Commits on Aug 6, 2020

  1. Add --output parameter to plan status to allow json/yaml output

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    2c5879c View commit details
    Browse the repository at this point in the history
  2. Unify yaml and json output

    Add json output for kudo init
    Add tests for plan status with json/yaml output
    
    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    6724713 View commit details
    Browse the repository at this point in the history
  3. Removed some more code duplication, return error if invalid output ty…

    …pe is given
    
    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    69865fb View commit details
    Browse the repository at this point in the history
  4. Only run yaml output when the param is set

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    9e624ef View commit details
    Browse the repository at this point in the history
  5. Don't run yaml output if the output param is not set

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    93fe8bf View commit details
    Browse the repository at this point in the history