CLICommand referencedomain
domain
Commands, arguments, and options for openship domain.
See the workflow guide for examples. Global flags such as --json go before the command; see global options.
openship domain
Manage custom domains, DNS verification, and SSL certificates
openship domain [options] [command]| Subcommand | Purpose |
|---|---|
list [options] | List a project's custom domains |
add [options] <hostname> | Add a custom domain to a project |
preview <hostname> | Preview the DNS records a hostname would need (no changes saved) |
verify <id> | Run DNS verification for a domain |
primary <id> | Make a domain the project's primary hostname |
records <id> | Show the DNS records for an existing domain |
renew <id> | Renew the SSL certificate for a domain |
verify-ssl <id> | Recheck that a domain's SSL certificate is issued and valid (no reissue) |
renew-all | Renew SSL for every near-expiry domain in your organization |
openship domain add
Add a custom domain to a project
openship domain add [options] <hostname>| Argument | Meaning |
|---|---|
hostname | Domain hostname (e.g. app.example.com) |
| Option | Meaning |
|---|---|
-p, --project <id> | Project ID to attach the domain to |
--primary | Mark this domain as the project's primary (default: false) |
openship domain list
List a project's custom domains
openship domain list [options]| Option | Meaning |
|---|---|
-p, --project <id> | Project ID to list domains for |
openship domain preview
Preview the DNS records a hostname would need (no changes saved)
openship domain preview [options] <hostname>| Argument | Meaning |
|---|---|
hostname | Domain hostname to preview |
openship domain primary
Make a domain the project's primary hostname
openship domain primary [options] <id>| Argument | Meaning |
|---|---|
id | Domain ID |
openship domain records
Show the DNS records for an existing domain
openship domain records [options] <id>| Argument | Meaning |
|---|---|
id | Domain ID |
openship domain renew
Renew the SSL certificate for a domain
openship domain renew [options] <id>| Argument | Meaning |
|---|---|
id | Domain ID |
openship domain renew-all
Renew SSL for every near-expiry domain in your organization
openship domain renew-all [options]openship domain verify
Run DNS verification for a domain
openship domain verify [options] <id>| Argument | Meaning |
|---|---|
id | Domain ID |
openship domain verify-ssl
Recheck that a domain's SSL certificate is issued and valid (no reissue)
openship domain verify-ssl [options] <id>| Argument | Meaning |
|---|---|
id | Domain ID |