Apply a configuration to a resource by file
bl apply [flags]
bl apply -f ./my-deployment.yaml # Or using stdin cat file.yaml | bl apply -f -
-f, --filename string Path to YAML file to apply -h, --help help for apply -R, --recursive Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory.
-e, --env string Environment. One of: development,production -o, --output string Output format. One of: pretty,yaml,json,table -v, --verbose Enable verbose output -w, --workspace string Specify the workspace name