UNPKG

5.18 kBJSONView Raw
1{"version":"7.39.2","commands":{"domains:add":{"id":"domains:add","description":"add a domain to an app","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","aliases":[],"examples":["heroku domains:add www.example.com"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"cert":{"name":"cert","type":"option","char":"c","description":"the name of the SSL cert you want to use for this domain"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"wait":{"name":"wait","type":"boolean","allowNo":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"hostname","required":true}]},"domains:clear":{"id":"domains:clear","description":"remove all domains from an app","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","aliases":[],"examples":["heroku domains:clear"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[]},"domains":{"id":"domains","description":"list domains for an app","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","aliases":[],"examples":["$ heroku domains\n=== example Heroku Domain\nexample.herokuapp.com\n\n=== example Custom Domains\nDomain Name DNS Record Type DNS Target\nwww.example.com CNAME www.example.herokudns.com\n","$ heroku domains --filter 'Domain Name=www.example.com'"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","allowNo":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)"},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)"},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo"},"csv":{"name":"csv","type":"boolean","description":"output is csv format","allowNo":false},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false}},"args":[]},"domains:info":{"id":"domains:info","description":"show detailed information for a domain on an app","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","aliases":[],"examples":["$ heroku domains:info www.example.com"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"hostname","required":true}]},"domains:remove":{"id":"domains:remove","description":"remove a domain from an app","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","aliases":[],"examples":["heroku domains:remove www.example.com"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"hostname","required":true}]},"domains:update":{"id":"domains:update","description":"update a domain to use a different SSL certificate on an app","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"examples":["heroku domains:update www.example.com --cert-id mycert"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"},"cert-id":{"name":"cert-id","type":"option","required":true}},"args":[{"name":"hostname"}]},"domains:wait":{"id":"domains:wait","description":"wait for domain to be active for an app","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"hostname"}]}}}
\No newline at end of file