README.md in aptible-cli-0.8.4 vs README.md in aptible-cli-0.8.5

- old
+ new

@@ -26,34 +26,39 @@ From `aptible help`: ``` Commands: - aptible apps # List all applications - aptible apps:create HANDLE # Create a new application - aptible apps:deprovision # Deprovision an app - aptible apps:scale TYPE NUMBER # Scale app to NUMBER of instances - aptible config # Print an app's current configuration - aptible config:add # Add an ENV variable to an app - aptible config:rm # Remove an ENV variable from an app - aptible config:set # Alias for config:add - aptible config:unset # Alias for config:rm - aptible db:clone SOURCE DEST # Clone a database to create a new one - aptible db:create HANDLE # Create a new database - aptible db:deprovision HANDLE # Deprovision a database - aptible db:dump HANDLE # Dump a remote database to file - aptible db:execute HANDLE SQL_FILE # Executes sql against a database - aptible db:list # List all databases - aptible db:tunnel HANDLE # Create a local tunnel to a database - aptible domains # Print an app's current virtual domains - aptible help [COMMAND] # Describe available commands or one specific command - aptible login # Log in to Aptible - aptible logs # Follows logs from a running app - aptible ps # Display running processes for an app - DEPRECATED - aptible rebuild # Rebuild an app, and restart its services - aptible restart # Restart all services associated with an app - aptible ssh [COMMAND] # Run a command against an app - aptible version # Print Aptible CLI version + aptible apps # List all applications + aptible apps:create HANDLE # Create a new application + aptible apps:deprovision # Deprovision an app + aptible apps:scale TYPE NUMBER # Scale app to NUMBER of instances + aptible backup:list DB_HANDLE # List backups for a database + aptible backup:restore [--handle HANDLE] [--size SIZE_GB] # Restore a backup + aptible config # Print an app's current configuration + aptible config:add # Add an ENV variable to an app + aptible config:rm # Remove an ENV variable from an app + aptible config:set # Alias for config:add + aptible config:unset # Alias for config:rm + aptible db:backup HANDLE # Backup a database + aptible db:clone SOURCE DEST # Clone a database to create a new one + aptible db:create HANDLE # Create a new database + aptible db:deprovision HANDLE # Deprovision a database + aptible db:dump HANDLE # Dump a remote database to file + aptible db:execute HANDLE SQL_FILE # Executes sql against a database + aptible db:list # List all databases + aptible db:reload HANDLE # Reload a database + aptible db:tunnel HANDLE # Create a local tunnel to a database + aptible domains # Print an app's current virtual domains + aptible help [COMMAND] # Describe available commands or one specific command + aptible login # Log in to Aptible + aptible logs # Follows logs from a running app or database + aptible operation:cancel OPERATION_ID # Cancel a running operation + aptible ps # Display running processes for an app - DEPRECATED + aptible rebuild # Rebuild an app, and restart its services + aptible restart # Restart all services associated with an app + aptible ssh [COMMAND] # Run a command against an app + aptible version # Print Aptible CLI version ``` ## Contributing 1. Fork the project.