add domain to an app
heroku domains
heroku domains:add HOSTNAME
heroku domains:clear
heroku domains:remove HOSTNAME
heroku domains:wait [HOSTNAME]
list domains for an app
USAGE
$ heroku domains
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--json output in json format
EXAMPLES
$ heroku domains
=== example Heroku Domain
example.herokuapp.com
=== example Custom Domains
Domain Name DNS Record Type DNS Target
─────────── ─────────────── ──────────
www.example.com CNAME www.example.herokudns.com
add domain to an app
USAGE
$ heroku domains:add HOSTNAME
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--wait
remove all domains from an app
USAGE
$ heroku domains:clear
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
remove domain from an app
USAGE
$ heroku domains:remove HOSTNAME
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
wait for domain to be active for an app
USAGE
$ heroku domains:wait [HOSTNAME]
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use