Added alias for "push", "run" and "call". (#480)

* Added alias for "push", "run" and "call".
Fix #477

* Changed order of aliases documentation.
This commit is contained in:
Martin Pinto-Bazurco Mendieta
2017-01-08 19:23:49 +01:00
committed by Pedro Nasser
parent 5f8500ddfa
commit 6e28b3e740

View File

@@ -15,6 +15,9 @@ var aliases = map[string]cli.Command{
"build": build(),
"bump": bump(),
"deploy": deploy(),
"push": push(),
"run": run(),
"call": call(),
}
func aliasesFn() []cli.Command {
@@ -53,6 +56,9 @@ ALIASES:
build (images build)
bump (images bump)
deploy (images deploy)
run (images run)
call (routes call)
push (images push)
GLOBAL OPTIONS:
{{range $index, $option := .VisibleFlags}}{{if $index}}