Skip to main content
Inspect a snapshot by reference.

Usage

basecut snapshot inspect <snapshot-ref> [flags]

Arguments

ArgumentDescription
<snapshot-ref>Snapshot identifier. Supported forms: UUID, name:tag, or name (resolves to latest).

Flags

FlagDefaultDescription
--jsonfalseOutput raw JSON response.
--profile <name>defaultCredential profile for API auth.
--api-key <key>env/profileAPI key override.

Examples

# Inspect by UUID
basecut snapshot inspect 550e8400-e29b-41d4-a716-446655440000

# Inspect latest version for a name
basecut snapshot inspect dev-seed

# Inspect specific version
basecut snapshot inspect dev-seed:v1

# JSON output
basecut snapshot inspect dev-seed --json