vip edge-workers init
Scaffold a new edge-workers project.
Usage
vip edge-workers init [options]
Options
| Option | Description |
|---|---|
-h, --help |
Retrieve a description, examples, and available options for a (sub)command. (default: false) |
-v, --version |
Retrieve the version number of VIP-CLI currently installed on the local machine. (default: false) |
-d, --debug |
[value] Generate verbose output during command execution to help identify or fix errors or bugs. |
-t, --type |
[value] The worker toolchain to scaffold. Accepts assemblyscript. Default is “assemblyscript”. |
Examples
- Scaffold a new edge-workers project in ./edge-workers.
$ vip edge-workers init
- Scaffold a project at a custom path with an explicit toolchain.
$ vip edge-workers init ./infra/edge --type=assemblyscript
Last updated: September 11, 2026