Skip to content

0.9.12

Compare
Choose a tag to compare
@kovshenin kovshenin released this 12 Sep 09:24
· 400 commits to main since this release
  • Added: New --skip-dns flag for domain add and domain delete which skips making any DNS changes
  • Added: Long-awaited sail restore command, to restore complete site backups to production
  • Added: New --skip-replace argument for domain make-primary, to skip the search-replace ops
  • Added: Sparse deploys via an optional path argument for deploy, to specify one or more subtrees to process
  • Added: Sparse downloads, similar to deploys with optional path argument for download
  • Changed: deploy now prepares the new release directory with a copy from the live release
  • Changed: Added a new util.rsync() function to standardize usage across all commands
  • Changed: End-to-end test now includes multiple scenarios for deploy and download routines
  • Changed: Slight refactoring, regrouping of commands, simpler ones went to a new misc.py instead of their own files
  • Removed: --delete argument from deploy since it was not really implemented (in a correct way) anyway