feat: allow checking if a service is linked to an app

This commit is contained in:
Jose Diaz-Gonzalez
2018-01-12 01:52:09 -05:00
parent 6775daa8d4
commit 65e2999f31
3 changed files with 39 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ mysql:expose <name> [port] Expose a mysql service on custom port if provided
mysql:import <name> < <file> Import a dump into the mysql service database
mysql:info <name> Print the connection information
mysql:link <name> <app> Link the mysql service to the app
mysql:linked <name> <app> Check if the mysql service is linked to an app
mysql:list List all mysql services
mysql:logs <name> [-t] Print the most recent log(s) for this service
mysql:promote <name> <app> Promote service <name> as DATABASE_URL in <app>