File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ var buildCmd = &cobra.Command{
7373 [--lang <ruby|python|python3|node|csharp|dockerfile>]
7474 [--no-cache] [--squash]
7575 [--regex "REGEX"]
76- [--filter "WILDCARD"]
77- [--parallel PARALLEL_DEPTH]
78- [--build-arg KEY=VALUE]
79- [--build-option VALUE]
80- [--copy-extra PATH]
81- [--tag <sha|branch|describe>]` ,
76+ [--filter "WILDCARD"]
77+ [--parallel PARALLEL_DEPTH]
78+ [--build-arg KEY=VALUE]
79+ [--build-option VALUE]
80+ [--copy-extra PATH]
81+ [--tag <sha|branch|describe>]` ,
8282 Short : "Builds OpenFaaS function containers" ,
8383 Long : `Builds OpenFaaS function containers either via the supplied YAML config using
8484the "--yaml" flag (which may contain multiple function definitions), or directly
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ var publishCmd = &cobra.Command{
5959 [--lang <ruby|python|python3|node|csharp|dockerfile>]
6060 [--no-cache] [--squash]
6161 [--regex "REGEX"]
62- [--filter "WILDCARD"]
63- [--parallel PARALLEL_DEPTH]
64- [--publish-arg KEY=VALUE]
65- [--publish-option VALUE]
66- [--copy-extra PATH]
67- [--tag <sha|branch|describe>]
68- [--platforms linux/arm/v7]` ,
62+ [--filter "WILDCARD"]
63+ [--parallel PARALLEL_DEPTH]
64+ [--publish-arg KEY=VALUE]
65+ [--publish-option VALUE]
66+ [--copy-extra PATH]
67+ [--tag <sha|branch|describe>]
68+ [--platforms linux/arm/v7]` ,
6969 Short : "Builds OpenFaaS function containers" ,
7070 Long : `Builds OpenFaaS function containers either via the supplied YAML config using
7171the "--yaml" flag (which may contain multiple function definitions), or directly
You can’t perform that action at this time.
0 commit comments