CLI
ankra bucket
Manage object storage buckets Ankra creates on your provider credentials
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage object storage buckets Ankra creates on your provider credentials
ankra bucket create <name> [flags]
| Flag | Default | Description |
|---|---|---|
--access-key-id | Hetzner Object Storage access key (Hetzner only; omit to use the pair stored on the credential) | |
--bucket | Provider-side bucket name (default: a unique name derived from <name>) | |
--credential | Provider credential (name or id) the bucket is created with (default: the only one Ankra can use) | |
--region | Provider region (default: that provider’s usual one - fsn1, fr-par, fra1, europe-1) | |
--secret-access-key | Hetzner Object Storage secret key (Hetzner only). Prefer the hidden prompt you get by passing only —access-key-id: a flag value lands in your shell history and process list. Use the flag for automation | |
--timeout | 25m0s | Maximum time to wait when —wait is set |
--wait | false | Wait for the operation to finish and report success or failure (default: submit and return immediately) |
ankra bucket delete [bucket-name|bucket-id] [flags]
| Flag | Default | Description |
|---|---|---|
--destroy-provider-resources | false | Also empty and delete the bucket at the provider (everything in it is lost) and remove what Ankra created for it |
--yes | false | Skip the confirmation prompt |
ankra bucket get [bucket-name|bucket-id] [flags]
| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) |
ankra bucket list [flags]
| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) |