This is a list of all commands available in Sail CLI for WordPress.
-v
, --version
— Show the version and exit.-d
, --debug
— Enable verbose debug logging--help
— Show help message and exit.sail admin
— Open your default web browser to the wp-login.php locationsail backup
— Backup your production files and database to your local .backups directory #sail blueprint
— Run a blueprint file against your applicationsail config
— Set reusable config variablessail cron
— Add, delete, view and execute system cron jobs #sail db
— Import and export MySQL databases, or spawn an interactive shell #sail deploy
— Deploy your working copy to production. #sail destroy
— Shutdown and destroy the production droplet #sail diff
— Compare the local working copy to production and list file changessail domain
— Add, remove and update domains associated with your site #sail download
— Download files from production to your working copysail info
— Show current sail informationsail init
— Initialize and provision a new project #sail logs
— Query and follow logs from the production serversail profile
— Run the profiler to find application performance bottlenecks #sail regions
— Get available deployment regionssail restore
— Restore your application files, uploads and database from a backup filesail rollback
— Rollback production to a previous releasesail sizes
— Get available droplet sizessail ssh
— Open an SSH shell, manage SSH keys and more #sail wp
— Run a WP-CLI command on the production host