linode-cli-*: update pages;move pages to common directory;linode-cli-{account,events,tickets,volumes}:add page
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>
This commit is contained in:
33
pages/common/linode-cli-object-storage.md
Normal file
33
pages/common/linode-cli-object-storage.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user