Apply a configuration to a resource by file
beamlit apply [flags]
beamlit apply -f ./my-deployment.yaml # Or using stdin cat file.yaml | beamlit apply -f -
-f, --file string Path to YAML file to apply -h, --help help for apply
-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