adj catalog register
Register a ready golden snapshot version
Register a ready golden snapshot version in the control-plane catalog.
This is an admin operation for data-plane snapshots that already exist, such as an empty smoke-test golden created by the provisioning runbook. Imported goldens should normally use 'adj import run'.
Usage
adj catalog register <name> [flags]
Flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--size-bytes |
0 |
snapshot size in bytes | |
--source-ref |
— |
source reference recorded on the snapshot version | |
--substrate |
postgres |
golden substrate: postgres|minio | |
--vsc-handle |
— |
VolumeSnapshotContent snapshotHandle for the ready golden |
Global flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--context |
— |
config context to use (overrides current-context) | |
--output |
-o | table |
output format: table|json|yaml |
--server |
— |
server base URL (overrides the active context) | |
--token |
— |
access token (overrides the active context) | |
--verbose |
-v | false |
log requests to stderr |