apply
Status: Phase 4 (Not yet implemented)
Apply rendered manifests to the Kubernetes cluster.
Synopsis
nyl apply [options]
Description
The apply command will:
- Render manifests (like
nyl render) - Connect to the Kubernetes cluster
- Apply changes using kubectl apply semantics
- Report on changes made
This command will be implemented in Phase 4.
Planned Features
- Kubernetes cluster connection
- Safe apply with server-side apply
- Dry-run mode
- Progress reporting
- Rollback support
Coming Soon
This command is planned for Phase 4 of the Rust rewrite.