Linux command
linode-cli 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List Linodes
linode-cli linodes list
Create Linode
linode-cli linodes create --type [g6-nanode-1] --region [us-east] --image [linode/ubuntu22.04]
View Linode
linode-cli linodes view [linode_id]
Reboot Linode
linode-cli linodes reboot [linode_id]
Delete Linode
linode-cli linodes delete [linode_id]
Configure CLI
linode-cli configure
说明
linode-cli manages Linode cloud infrastructure. It provides access to all Linode API features. The tool controls virtual machines, storage, networking, and DNS from the command line.
参数
- linodes
- Manage Linode instances.
- volumes
- Manage block storage volumes.
- domains
- Manage DNS domains.
- configure
- Set up authentication.
- --help
- Display help information.
FAQ
What is the linode-cli command used for?
linode-cli manages Linode cloud infrastructure. It provides access to all Linode API features. The tool controls virtual machines, storage, networking, and DNS from the command line.
How do I run a basic linode-cli example?
Run `linode-cli linodes list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does linodes do in linode-cli?
Manage Linode instances.