bl apply
Apply a configuration to a resource by fileSynopsis
Apply configuration changes to resources declaratively using YAML files. This command is similar to Kubernetes ‘kubectl apply’ - it creates resources if they don’t exist, or updates them if they do (idempotent operation). Use ‘apply’ for Infrastructure as Code workflows where you:- Manage resources via configuration files
- Version control your infrastructure
- Deploy multiple related resources together
- Implement GitOps practices
- ‘apply’ manages resource configuration (metadata, settings, specs)
- ‘deploy’ builds and uploads code as container images
Examples
Options
Options inherited from parent commands
SEE ALSO
- bl - Blaxel CLI is a command line tool to interact with Blaxel APIs.