kurel
kurel
Kurel - Kubernetes Resources Launcher
Synopsis
Kurel is a CLI tool for launching and managing Kubernetes resources. It extends the Kure library with deployment and resource management capabilities.
Kurel uses a package-based approach to create reusable, customizable Kubernetes applications without the complexity of templating engines.
Options
-c, --config string config file (default is $HOME/.kure.yaml)
--debug debug output
--dry-run print generated resources without writing to files
-h, --help help for kurel
-n, --namespace string target namespace for operations
--no-headers don't print headers (for table output)
-o, --output string output format (yaml|json|table|wide|name) (default "yaml")
-f, --output-file string write output to file instead of stdout
--show-labels show resource labels in table output
--strict treat warnings as errors
-v, --verbose verbose output
--wide use wide output formatSEE ALSO
- kurel build - Build Kubernetes manifests from kurel package
- kurel completion - Generate completion script
- kurel config - Manage kurel configuration
- kurel info - Show package information
- kurel schema - Schema generation and validation commands
- kurel validate - Validate kurel package structure and configuration
- kurel version - Print version information