mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:22:09 +02:00

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> linode-cli: update description linodes: update page linode-cli-account: add page Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> linode-cli-events: add page Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> linode-cli-volumes: add page Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> linode-cli-tickets: add page Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> linode-cli: update page Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> linode-cli-domains: update page Apply suggestions from code review Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
33 lines
874 B
Markdown
33 lines
874 B
Markdown
# linode-cli object-storage
|
|
|
|
> Manage Linode Object Storage.
|
|
> See also: `linode-cli`.
|
|
> More information: <https://www.linode.com/docs/products/tools/cli/guides/object-storage/>.
|
|
|
|
- List all Object Storage buckets:
|
|
|
|
`linode-cli object-storage buckets list`
|
|
|
|
- Create a new Object Storage bucket:
|
|
|
|
`linode-cli object-storage buckets create --cluster {{cluster_id}} --label {{bucket_label}}`
|
|
|
|
- Delete an Object Storage bucket:
|
|
|
|
`linode-cli object-storage buckets delete {{cluster_id}} {{bucket_label}}`
|
|
|
|
- List Object Storage cluster regions:
|
|
|
|
`linode-cli object-storage clusters list`
|
|
|
|
- List access keys for Object Storage:
|
|
|
|
`linode-cli object-storage keys list`
|
|
|
|
- Create a new access key for Object Storage:
|
|
|
|
`linode-cli object-storage keys create --label {{label}}`
|
|
|
|
- Revoke an access key for Object Storage:
|
|
|
|
`linode-cli object-storage keys revoke {{access_key_id}}`
|