mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
26 lines
604 B
Markdown
26 lines
604 B
Markdown
![]() |
# linode-cli
|
||
|
|
||
|
> Command-line interface for managing Linode cloud services.
|
||
|
> Some subcommands such as `linode-cli linodes` have their own usage documentation.
|
||
|
> More information: <https://www.linode.com/docs/products/tools/cli/get-started/>.
|
||
|
|
||
|
- List all Linodes:
|
||
|
|
||
|
`linode-cli linodes list`
|
||
|
|
||
|
- Manage Linode Kubernetes Engine (LKE):
|
||
|
|
||
|
`linode-cli lke clusters [list|create|delete]`
|
||
|
|
||
|
- Manage NodeBalancers:
|
||
|
|
||
|
`linode-cli nodebalancers [list|create|delete]`
|
||
|
|
||
|
- Manage Object Storage:
|
||
|
|
||
|
`linode-cli object-storage buckets [list|create|delete]`
|
||
|
|
||
|
- Manage DNS domains:
|
||
|
|
||
|
`linode-cli domains [list|create|delete]`
|