declaw template (alias declaw tpl) lists and builds the base images sandboxes boot from. See Templates for the concept and the built-in set.
list
List available templates (aliasls).
build
Build a custom template when the built-in templates don’t have the dependencies you need. Provide a Dockerfile, or assemble the spec from flags.
The command prints the build ID, status, and resulting template ID.
info
Show details for a template.delete
Delete a template.Next steps
- Templates — built-in templates and the build API
- Sandbox commands — create a sandbox from a template