mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
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:
committed by
Pedro Nasser
parent
5f8500ddfa
commit
6e28b3e740
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user