Skip to main content
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 (alias ls).

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