[FlyteCTL Feature] kubectl
-like configuration from multiple files
#6237
Labels
backlogged
For internal use. Reserved for contributor team workflow.
enhancement
New feature or request
help wanted
Extra attention is needed
Describe the feature/command for FlyteCTL
Applying multiple configurations can be quite painful, especially over multiple projects / domains.
For example:
flytectl workflow-execution-config --file manifest.yaml
Provide a possible output or UX example
Instead, one should be able to reference a
yaml
file, or multiple files, or a directory of files, and apply them all simultaneously viaflytectl -f manifest.yaml
Please see that we are specifying the
kind
in reach file, as opposed to defining it as a CLI arg.This is analogous to how
kubectl
works.Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: