argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.11k stars 3.21k forks source link

Add `--no-color` flag when submitting and logging: `argo submit --from kind/name --log --no-color` #13801

Open sathish-sign opened 4 weeks ago

sathish-sign commented 4 weeks ago

Summary

What change needs making?

requesting --no-color flag for argo submit --from king/name --log --no-color, like we have in argo logs --no-color

Use Cases

When would you use this?

Many times we want to save the output logs into a file , where we are seeing escape characters instead of colorful text, currently we are using vscode as IDE command used :

argo submit -n argo --log --from workflowtemplates/name -f test.yml | code -

Message from the maintainers:

Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.