Catalog
Lifecycle (coming soon)
Lifecycle plugins will bootstrap a sandbox on create — seed files, install dependencies, warm a dev server. Planned — build your own today.
Planned — not shipped yet.
Lifecycle plugins (kind: "lifecycle") will bootstrap each sandbox when it's created — seed files, install dependencies, or warm up a dev server, so the sandbox is ready the moment create() resolves.
The plugin interface already supports this via the onCreate hook, so you can build one today — see Writing a plugin, which includes a seedFiles example.