Usage
Solidblocks cloud follows a plan and apply pattern similar to Terraform.
Planning
To get an overview of all resources that will be changed/created/deleted run the plan command
Apply
To roll out those changes use the apply command
Rotate all secrets
using the --taint-secrets flag forces re-creation of all auto-generated secrets, helpful in situations where ad-hoc credentials rotation is needed
IDE support
If your IDE supports YAML language server annotations you can enable context-aware autocompletion by adding the following annotation to your Solidbocks Cloud configuration
Visual Studio Code does not support this out of the box, but I can be retrofitted using the Redhat YAML lnguage server plugin
The following video show the syntax completion in action