Add import, clone commands

Fix dump and connect commands
This commit is contained in:
Loïc Guitaut
2015-09-14 17:09:08 +02:00
parent 7988e03c0e
commit d8b13298b7
5 changed files with 98 additions and 10 deletions

View File

@@ -25,6 +25,6 @@ teardown() {
export ECHO_DOCKER_COMMAND="true"
run dokku "$PLUGIN_COMMAND_PREFIX:connect" l
password="$(cat "$PLUGIN_DATA_ROOT/l/PASSWORD")"
assert_output "docker exec -it dokku.mysql.l mysql --host=localhost --user=mysql --password=$password --database=l"
assert_output "docker exec -it dokku.mysql.l mysql --user=mysql --password=$password --database=l"
}