argo-workflows-cli
v1.0.0
Published
CLI tool for generating and managing Argo Workflows Kubernetes workflow engine configurations — DAG workflows and templates
Maintainers
Readme
argo-workflows-cli
CLI tool for generating and managing Argo Workflows Kubernetes workflow engine configurations — DAG workflows and templates
Installation
npm install -g argo-workflows-cliUsage
Initialize configuration
argo-workflows init
argo-workflows init --template advanced
argo-workflows init --output custom-config.jsonValidate configuration
argo-workflows validate
argo-workflows validate path/to/config.jsonView configuration
argo-workflows show
argo-workflows show --env production
argo-workflows show --jsonModify configuration
argo-workflows set settings.debug true
argo-workflows set settings.logLevel \"warn\"Compare configurations
argo-workflows diff config-dev.json config-prod.jsonList templates
argo-workflows templatesTemplates
| Template | Description |
|----------|-------------|
| minimal | Bare minimum configuration |
| standard | Recommended defaults for most projects |
| advanced | Full-featured with security, caching, and multi-environment support |
Why argo-workflows-cli?
- Zero dependencies at runtime — just
commanderandchalk - Template-based — start with minimal, standard, or advanced presets
- Validation built-in — catch config errors before deployment
- Environment-aware — manage dev/staging/production configs in one file
- Diff support — compare configs across environments
License
MIT
