sked function generate
Overview
Generate a Connected Function template.
Usage
$ sked function generate -n <value> -o <value> [--json]
Examples
$ sked function generate -n test-func -o ~/outputdir
Flags
Flag | Description | Required |
---|---|---|
-n, --name= |
The function name | Yes |
-o, --outputdir= |
The directory to output the generated template | Yes |
Global flags
Flag | Description | Required |
---|---|---|
--json | Format output as json. | No |
Feedback
Was this page helpful?