You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the new command faas-cli template store list
and faas-cli template store pull commands to showcase
how you can browse and download templates from the official
repos of add your own repo with own official templates
Signed-off-by: Martin Dekov (VMware) <[email protected]>
Choose one or more templates and pull them with the command `faas-cli template store pull node10-express ruby-http csharp` and your templates should be downloaded.
409
+
410
+
You can add your own store just by specifying the `--url` flag for both commands to pull and list your custom templates store.
411
+
412
+
> Note: The feature is in experimental stage and the verbs may change also the structure in which you keep your templates should follow the structure of the official store found [here](https://github.com/openfaas/store/blob/master/templates.json).
0 commit comments