feat: add command to list linked services for a given app

This commit is contained in:
Jose Diaz-Gonzalez
2018-07-21 16:31:55 -04:00
parent a5d5b4a22d
commit e07b387d86
3 changed files with 38 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ sudo dokku plugin:install https://github.com/dokku/dokku-mysql.git mysql
## commands
```
mysql:app-links <app> List all mysql service links for a given app
mysql:backup <name> <bucket> (--use-iam) Create a backup of the mysql service to an existing s3 bucket
mysql:backup-auth <name> <aws_access_key_id> <aws_secret_access_key> (<aws_default_region>) (<aws_signature_version>) (<endpoint_url>) Sets up authentication for backups on the mysql service
mysql:backup-deauth <name> Removes backup authentication for the mysql service