twc-rs registry
Manage container registries
| Subcommand | Description |
|---|---|
list | List all container registries |
info | Show detailed info for a registry |
create | Create a new container registry |
delete | Delete a registry by ID |
update | Update registry settings |
repo-list | List repositories for a registry |
preset-list | List available registry presets |
twc-rs registry list
List all container registries
| Argument | Description | Required | Env | Default |
|---|---|---|---|---|
--limit | Maximum number of registries to return (not supported by API) | |||
--offset | Number of registries to skip (not supported by API) | |||
-f, --format | Output format: table (default), json, yaml, or quiet | TWC_OUTPUT | table | |
-t, --token | API token override (overrides config file and TWC_TOKEN env) | TWC_TOKEN | ||
--profile | Use a named profile’s token from the config file | TWC_PROFILE |
twc-rs registry info
Show detailed info for a registry
| Argument | Description | Required | Env | Default |
|---|---|---|---|---|
--id | Registry ID | yes | ||
-f, --format | Output format: table (default), json, yaml, or quiet | TWC_OUTPUT | table | |
-t, --token | API token override (overrides config file and TWC_TOKEN env) | TWC_TOKEN | ||
--profile | Use a named profile’s token from the config file | TWC_PROFILE |
twc-rs registry create
Create a new container registry
| Argument | Description | Required | Env | Default |
|---|---|---|---|---|
--name | Registry name (3-48 chars, lowercase alphanumeric and hyphens) | yes | ||
-f, --format | Output format: table (default), json, yaml, or quiet | TWC_OUTPUT | table | |
-t, --token | API token override (overrides config file and TWC_TOKEN env) | TWC_TOKEN | ||
--profile | Use a named profile’s token from the config file | TWC_PROFILE |
twc-rs registry delete
Delete a registry by ID
| Argument | Description | Required | Env | Default |
|---|---|---|---|---|
--id | Registry ID | yes | ||
-f, --format | Output format: table (default), json, yaml, or quiet | TWC_OUTPUT | table | |
-t, --token | API token override (overrides config file and TWC_TOKEN env) | TWC_TOKEN | ||
--profile | Use a named profile’s token from the config file | TWC_PROFILE |
twc-rs registry update
Update registry settings
| Argument | Description | Required | Env | Default |
|---|---|---|---|---|
--id | Registry ID | yes | ||
--description | New registry description | |||
-f, --format | Output format: table (default), json, yaml, or quiet | TWC_OUTPUT | table | |
-t, --token | API token override (overrides config file and TWC_TOKEN env) | TWC_TOKEN | ||
--profile | Use a named profile’s token from the config file | TWC_PROFILE |
twc-rs registry repo-list
List repositories for a registry
| Argument | Description | Required | Env | Default |
|---|---|---|---|---|
--id | Registry ID | yes | ||
-f, --format | Output format: table (default), json, yaml, or quiet | TWC_OUTPUT | table | |
-t, --token | API token override (overrides config file and TWC_TOKEN env) | TWC_TOKEN | ||
--profile | Use a named profile’s token from the config file | TWC_PROFILE |
twc-rs registry preset-list
List available registry presets
| Argument | Description | Required | Env | Default |
|---|---|---|---|---|
-f, --format | Output format: table (default), json, yaml, or quiet | TWC_OUTPUT | table | |
-t, --token | API token override (overrides config file and TWC_TOKEN env) | TWC_TOKEN | ||
--profile | Use a named profile’s token from the config file | TWC_PROFILE |