README.md in aptible-cli-0.14.1 vs README.md in aptible-cli-0.15.0

- old
+ new

@@ -40,19 +40,20 @@ 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[--type TYPE] [--container-size SIZE_MB] [--size SIZE_GB] # Create a new database + aptible db:create HANDLE [--type TYPE] [--version VERSION] [--container-size SIZE_MB] [--size SIZE_GB] # 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:restart HANDLE [--container-size SIZE_MB] [--size SIZE_GB] # Restart a database aptible db:tunnel HANDLE # Create a local tunnel to a database aptible db:url HANDLE # Display a database URL + aptible db:versions # List available database versions aptible deploy [OPTIONS] [VAR1=VAL1] [VAR=VAL2] ... # Deploy an app aptible domains # Print an app's current virtual domains - DEPRECATED aptible endpoints:database:create DATABASE # Create a Database Endpoint aptible endpoints:deprovision [--app APP | --database DATABASE] ENDPOINT_HOSTNAME # Deprovision an App or Database Endpoint aptible endpoints:https:create [--app APP] SERVICE # Create an App HTTPS Endpoint @@ -73,9 +74,17 @@ aptible services # List Services for an App aptible ssh [COMMAND] # Run a command against an app aptible version # Print Aptible CLI version ``` <!-- END USAGE --> + +### Output Format + +By default, the Aptible CLI outputs data as unstructured text, designed for human consumption. + +If you need to parse the output in another program, set the `APTIBLE_OUTPUT_FORMAT` environment variable to `json` when calling the Aptible CLI for JSON output. + +The default format is `text`. ## Contributing 1. Fork the project. 1. Commit your changes, with specs.