Skip to content

save

The save command creates a “snapshot” of your environment and stores it securely in the cloud.

Terminal window
workstate save [NAME] [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.
Terminal window
# Simple save
workstate save "base-setup"
# Encrypted and protected save
workstate save "prod-env" --encrypt --protect