Share feedback
Answers are generated based on the documentation.

sbx template inspect

DescriptionShow full metadata for a single template
Usagesbx template inspect NAME|ID [flags]

Description

Show full metadata for a single template.

NAME|ID can be either a template name (resolved to its ID via the server's ?name= filter) or a template ID (tmpl_*).

Cloud-only in v1: requires --cloud.

Options

OptionDefaultDescription
--jsonOutput in JSON format

Global options

OptionDefaultDescription
--cloudDispatch to Docker Cloud Sandboxes API instead of local sandboxd (supported by a growing set of verbs — run 'sbx --cloud --help' for the current list)
--cloud-api-urlhttps://api.sandboxes-cloud.docker.comCloud Sandboxes API base URL; only used with --cloud. Defaults to prod (https://api.sandboxes-cloud.docker.com). Set DOCKER_CLOUD_API_URL or pass this flag to override; a legacy value ending in /v1 is accepted.
-D, --debugEnable debug logging

Examples

sbx template inspect my-template --cloud
sbx template inspect tmpl_abc123 --cloud

# Output in JSON format
sbx template inspect my-template --cloud --json