Skip to main content

lvl app component domain link

Link a domain to a component

lvl app component domain link <app> <component> -d <domain> [flags]

Examples

Link a domain:
lvl app component domain link my-app mail -d example.com
Link a domain, without handling DNS automatically:
lvl app component domain link my-app mail -d example.com --handle-dns=false

Options

      --dkim            Create DKIM keys for mail components (default true)
-d, --domain string Domain to link to
--handle-dns Automatically manage relevant DNS records (default true)
-h, --help help for link
--wait Wait for the operation to finish on the API.

Options inherited from parent commands

      --apikey string   API key
--config string config file (default is $HOME/.lvl.yaml)
-o, --output string Specifies output mode for commands. Accepted values are 'text', 'json', 'yaml' or 'id'. (default "text")
--trace Do detailed network request logging. This is intended for debugging and should not be parsed.

SEE ALSO