mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Add help commands to docker-options and tar plugins
This commit is contained in:
@@ -139,7 +139,7 @@ case "$1" in
|
||||
;;
|
||||
|
||||
# Display usage help
|
||||
help)
|
||||
help | docker-options:help)
|
||||
cat<<EOF
|
||||
docker-options <app>, Display apps docker options for all phases
|
||||
docker-options <app> <phase(s)>, Display apps docker options for phase (comma separated phase list)
|
||||
|
||||
@@ -58,7 +58,7 @@ case "$1" in
|
||||
fi
|
||||
;;
|
||||
|
||||
help)
|
||||
help | tar:help)
|
||||
cat && cat<<EOF
|
||||
tar:in <app>, Reads an tarball containing the app from stdin
|
||||
tar:from <app> <url>, Loads an app tarball from url.
|
||||
|
||||
Reference in New Issue
Block a user