Linux command
linode-cli-domains 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List domains
linode-cli domains list
Create domain
linode-cli domains create --domain [example.com] --type master --soa_email [admin@example.com]
View domain
linode-cli domains view [domain_id]
Delete domain
linode-cli domains delete [domain_id]
List domain records
linode-cli domains records-list [domain_id]
说明
linode-cli domains manages DNS domains on Linode. Create, update, and delete domains and DNS records. Part of Linode CLI for cloud infrastructure management.
参数
- list
- List all domains.
- create
- Create domain.
- view _id_
- View domain details.
- delete _id_
- Delete domain.
- records-list _id_
- List DNS records.
- records-create _id_
- Create DNS record.
- --domain _name_
- Domain name.
- --type _type_
- Domain type (master, slave).
FAQ
What is the linode-cli-domains command used for?
linode-cli domains manages DNS domains on Linode. Create, update, and delete domains and DNS records. Part of Linode CLI for cloud infrastructure management.
How do I run a basic linode-cli-domains example?
Run `linode-cli domains list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does list do in linode-cli-domains?
List all domains.