mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-09 00:16:46 +00:00
Update faasd main help message
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
659f98cc0d
commit
583f5ad1b0
@ -46,7 +46,12 @@ var rootCommand = &cobra.Command{
|
|||||||
Use: "faasd",
|
Use: "faasd",
|
||||||
Short: "Start faasd",
|
Short: "Start faasd",
|
||||||
Long: `
|
Long: `
|
||||||
faasd - serverless without Kubernetes
|
faasd - Serverless For Everyone Else
|
||||||
|
|
||||||
|
Learn how to build, secure, and monitor functions with faasd with
|
||||||
|
the eBook:
|
||||||
|
|
||||||
|
https://gumroad.com/l/serverless-for-everyone-else
|
||||||
`,
|
`,
|
||||||
RunE: runRootCommand,
|
RunE: runRootCommand,
|
||||||
SilenceUsage: true,
|
SilenceUsage: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user