mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn improvements: (#560)
- standardized required args validation - routes create/update now prioritize args, over flags, over funcfile configuration - removed deadcode
This commit is contained in:
committed by
Travis Reeder
parent
2772afb5f0
commit
dea100d3d9
@@ -11,9 +11,8 @@ type imagesCmd struct {
|
||||
|
||||
func images() cli.Command {
|
||||
return cli.Command{
|
||||
Name: "images",
|
||||
Usage: "manage function images",
|
||||
ArgsUsage: "fn images",
|
||||
Name: "images",
|
||||
Usage: "manage function images",
|
||||
Subcommands: []cli.Command{
|
||||
build(),
|
||||
deploy(),
|
||||
|
||||
Reference in New Issue
Block a user