-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcli.help.txt
More file actions
19 lines (16 loc) · 848 Bytes
/
cli.help.txt
File metadata and controls
19 lines (16 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Webfuse Labs
Usage: labs <command> [--<arg> [<option>]?]*
• create Create an extension project blueprint.
--path, -P Path to create blueprint at [./my-extension]
• bundle Bundle and emit extension source files.
--debug, -D Skip minification of emitted files
--watch, -W Watch files for incremental builds
• preview Spin up the preview environment.
--only Just serve preview, without implicit bundle (watch)
• update Update Labs to the latest version.
• version Print the currently installed version of Labs.
--stacktrace Print stacktrace of non-recoverable exceptions
--working-dir Specify working, i.e. extension directory [./]
More information:
https://github.com/webfuse-com/labs#webfuse-labs
https://docs.webfuse-com.com/webfuse/extensions/introduction