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 --only-output-json-directory Argo Workflow option #1947

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2024

  1. Add --only-yaml argo-workflows cli option.

    This supports outputting _all_ k8s templates into stdout (rather than
    just the workflowtemplate one via --only-json).
    
    Fixes 1940, 1730
    trhodeos committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1d9c5f6 View commit details
    Browse the repository at this point in the history
  2. fix

    trhodeos committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e78fb03 View commit details
    Browse the repository at this point in the history
  3. pre-commit

    trhodeos committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d15bce4 View commit details
    Browse the repository at this point in the history
  4. tree

    trhodeos committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    81d65a8 View commit details
    Browse the repository at this point in the history
  5. spacing

    trhodeos committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3722219 View commit details
    Browse the repository at this point in the history
  6. Add pyyaml

    trhodeos committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    16c0a77 View commit details
    Browse the repository at this point in the history
  7. format

    trhodeos committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    944298c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc4ba30 View commit details
    Browse the repository at this point in the history
  9. Remove pyyaml

    trhodeos committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    63e6c97 View commit details
    Browse the repository at this point in the history
  10. fix

    trhodeos committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3272f07 View commit details
    Browse the repository at this point in the history
  11. fix

    trhodeos committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8fde7dd View commit details
    Browse the repository at this point in the history
  12. fix

    trhodeos committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bf37144 View commit details
    Browse the repository at this point in the history
  13. tree

    trhodeos committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e8d7751 View commit details
    Browse the repository at this point in the history
  14. wip

    trhodeos committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3f20946 View commit details
    Browse the repository at this point in the history