bl delete

Delete a resource

bl delete [flags]

Examples


			bl delete -f ./my-resource.yaml
			# Or using stdin
			cat file.yaml | beamlit delete -f -
		

Options

  -f, --filename string   containing the resource to delete.
  -h, --help              help for delete
  -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