save
The save command creates a “snapshot” of your environment and stores it securely in the cloud.
workstate save [NAME] [OPTIONS]Options
Section titled “Options”--encrypt: Encrypt sensitive files locally before uploading.--protect: Mark the backup as “protected” to prevent accidental deletion.-m, --message TEXT: Add a descriptive note to the backup.
Examples
Section titled “Examples”# Simple saveworkstate save "base-setup"
# Encrypted and protected saveworkstate save "prod-env" --encrypt --protect