linode-cli-domains
manages DNS domains on Linode
TLDR
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]
SYNOPSIS
linode-cli domains command [options]
DESCRIPTION
linode-cli domains manages DNS domains on Linode. Create, update, and delete domains and DNS records. Part of Linode CLI for cloud infrastructure management.
PARAMETERS
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).
SEE ALSO
linode-cli(1)
