bl apply

Apply a configuration to a resource by file

Synopsis

Apply a configuration to a resource by file

bl apply [flags]

Examples


			bl apply -f ./my-deployment.yaml
			# Or using stdin
			cat file.yaml | bl apply -f -
		

Options

  -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.

Options inherited from parent commands

  -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

SEE ALSO

  • bl - Beamlit CLI is a command line tool to interact with Beamlit APIs.