{"version":"2.5.2","commands":{"dashboard":{"id":"dashboard","description":"display information about favorite apps\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"apps:create":{"id":"apps:create","description":"creates a new app\nExamples:\n\n $ heroku apps:create\n Creating app... done, stack is cedar-14\n https://floating-dragon-42.heroku.com/ | https://git.heroku.com/floating-dragon-42.git\n\n # or just\n $ heroku create\n\n # use a heroku.yml manifest file\n $ heroku apps:create --manifest\n\n # specify a buildpack\n $ heroku apps:create --buildpack https://github.com/some/buildpack.git\n\n # specify a name\n $ heroku apps:create example\n\n # create a staging app\n $ heroku apps:create example-staging --remote staging\n\n # create an app in the eu region\n $ heroku apps:create --region eu\n ","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"app":{"name":"app","type":"option","char":"a","hidden":true,"required":false},"addons":{"name":"addons","type":"option","description":"comma-delimited list of addons to install","required":false},"buildpack":{"name":"buildpack","type":"option","char":"b","description":"buildpack url to use for this app","required":false},"manifest":{"name":"manifest","type":"boolean","char":"m","description":"use heroku.yml settings for this app","hidden":true,"required":false},"no-remote":{"name":"no-remote","type":"boolean","char":"n","description":"do not create a git remote","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"the git remote to create, default \"heroku\"","required":false},"stack":{"name":"stack","type":"option","char":"s","description":"the stack to create the app on","required":false},"space":{"name":"space","type":"option","description":"the private space to create the app in","required":false},"region":{"name":"region","type":"option","description":"specify region for the app to run in","required":false},"ssh-git":{"name":"ssh-git","type":"boolean","description":"use SSH git protocol for local git remote","required":false},"kernel":{"name":"kernel","type":"option","hidden":true,"required":false},"locked":{"name":"locked","type":"boolean","hidden":true,"required":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false},"team":{"name":"team","type":"option","char":"t","description":"team to use","hidden":false,"required":false},"org":{"name":"org","type":"option","char":"o","description":"team to use","hidden":true}},"args":[{"name":"app","description":"name of app to create","required":false}]},"create":{"id":"create","description":"creates a new app\nExamples:\n\n $ heroku apps:create\n Creating app... done, stack is cedar-14\n https://floating-dragon-42.heroku.com/ | https://git.heroku.com/floating-dragon-42.git\n\n # or just\n $ heroku create\n\n # use a heroku.yml manifest file\n $ heroku apps:create --manifest\n\n # specify a buildpack\n $ heroku apps:create --buildpack https://github.com/some/buildpack.git\n\n # specify a name\n $ heroku apps:create example\n\n # create a staging app\n $ heroku apps:create example-staging --remote staging\n\n # create an app in the eu region\n $ heroku apps:create --region eu\n ","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"app":{"name":"app","type":"option","char":"a","hidden":true,"required":false},"addons":{"name":"addons","type":"option","description":"comma-delimited list of addons to install","required":false},"buildpack":{"name":"buildpack","type":"option","char":"b","description":"buildpack url to use for this app","required":false},"manifest":{"name":"manifest","type":"boolean","char":"m","description":"use heroku.yml settings for this app","hidden":true,"required":false},"no-remote":{"name":"no-remote","type":"boolean","char":"n","description":"do not create a git remote","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"the git remote to create, default \"heroku\"","required":false},"stack":{"name":"stack","type":"option","char":"s","description":"the stack to create the app on","required":false},"space":{"name":"space","type":"option","description":"the private space to create the app in","required":false},"region":{"name":"region","type":"option","description":"specify region for the app to run in","required":false},"ssh-git":{"name":"ssh-git","type":"boolean","description":"use SSH git protocol for local git remote","required":false},"kernel":{"name":"kernel","type":"option","hidden":true,"required":false},"locked":{"name":"locked","type":"boolean","hidden":true,"required":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false},"team":{"name":"team","type":"option","char":"t","description":"team to use","hidden":false,"required":false},"org":{"name":"org","type":"option","char":"o","description":"team to use","hidden":true}},"args":[{"name":"app","description":"name of app to create","required":false}]},"apps:destroy":{"id":"apps:destroy","description":"permanently destroy an app\nThis will also destroy all add-ons on the app.","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"confirm":{"name":"confirm","type":"option","char":"c","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"app","required":false,"hidden":true}]},"destroy":{"id":"destroy","description":"permanently destroy an app\nThis will also destroy all add-ons on the app.","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"confirm":{"name":"confirm","type":"option","char":"c","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"app","required":false,"hidden":true}]},"apps:delete":{"id":"apps:delete","description":"permanently destroy an app\nThis will also destroy all add-ons on the app.","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"confirm":{"name":"confirm","type":"option","char":"c","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"app","required":false,"hidden":true}]},"apps:errors":{"id":"apps:errors","description":"view app errors\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":false},"hours":{"name":"hours","type":"option","description":"number of hours to look back (default 24)","required":false},"router":{"name":"router","type":"boolean","description":"show only router errors","required":false},"dyno":{"name":"dyno","type":"boolean","description":"show only dyno errors","required":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":[]},"apps":{"id":"apps","description":"list your apps\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku apps\n=== My Apps\nexample\nexample2\n\n=== Collaborated Apps\ntheirapp other@owner.name","flags":{"all":{"name":"all","type":"boolean","char":"A","description":"include apps in all teams","required":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false},"space":{"name":"space","type":"option","char":"s","description":"filter by space","required":false},"personal":{"name":"personal","type":"boolean","char":"p","description":"list apps in personal account when a default team is set","required":false},"team":{"name":"team","type":"option","char":"t","description":"team to use","hidden":false,"required":false},"org":{"name":"org","type":"option","char":"o","description":"team to use","hidden":true}},"args":[]},"list":{"id":"list","description":"list your apps\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"examples":"$ heroku apps\n=== My Apps\nexample\nexample2\n\n=== Collaborated Apps\ntheirapp other@owner.name","flags":{"all":{"name":"all","type":"boolean","char":"A","description":"include apps in all teams","required":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false},"space":{"name":"space","type":"option","char":"s","description":"filter by space","required":false},"personal":{"name":"personal","type":"boolean","char":"p","description":"list apps in personal account when a default team is set","required":false},"team":{"name":"team","type":"option","char":"t","description":"team to use","hidden":false,"required":false},"org":{"name":"org","type":"option","char":"o","description":"team to use","hidden":true}},"args":[]},"apps:list":{"id":"apps:list","description":"list your apps\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"examples":"$ heroku apps\n=== My Apps\nexample\nexample2\n\n=== Collaborated Apps\ntheirapp other@owner.name","flags":{"all":{"name":"all","type":"boolean","char":"A","description":"include apps in all teams","required":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false},"space":{"name":"space","type":"option","char":"s","description":"filter by space","required":false},"personal":{"name":"personal","type":"boolean","char":"p","description":"list apps in personal account when a default team is set","required":false},"team":{"name":"team","type":"option","char":"t","description":"team to use","hidden":false,"required":false},"org":{"name":"org","type":"option","char":"o","description":"team to use","hidden":true}},"args":[]},"apps:info":{"id":"apps:info","description":"show detailed app information\nExamples:\n\n $ heroku apps:info\n === example\n Git URL: https://git.heroku.com/example.git\n Repo Size: 5M\n ...\n\n $ heroku apps:info --shell\n git_url=https://git.heroku.com/example.git\n repo_size=5000000\n ...","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"shell":{"name":"shell","type":"boolean","char":"s","description":"output more shell friendly key/value pairs","required":false},"extended":{"name":"extended","type":"boolean","char":"x","hidden":true,"required":false},"json":{"name":"json","type":"boolean","char":"j","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"app","required":false,"hidden":true}]},"info":{"id":"info","description":"show detailed app information\nExamples:\n\n $ heroku apps:info\n === example\n Git URL: https://git.heroku.com/example.git\n Repo Size: 5M\n ...\n\n $ heroku apps:info --shell\n git_url=https://git.heroku.com/example.git\n repo_size=5000000\n ...","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"shell":{"name":"shell","type":"boolean","char":"s","description":"output more shell friendly key/value pairs","required":false},"extended":{"name":"extended","type":"boolean","char":"x","hidden":true,"required":false},"json":{"name":"json","type":"boolean","char":"j","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"app","required":false,"hidden":true}]},"apps:open":{"id":"apps:open","description":"open the app in a web browser\n\nExamples:\n\n $ heroku open -a myapp\n # opens https://myapp.herokuapp.com\n\n $ heroku open -a myapp /foo\n # opens https://myapp.herokuapp.com/foo\n ","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"path","required":false}]},"open":{"id":"open","description":"open the app in a web browser\n\nExamples:\n\n $ heroku open -a myapp\n # opens https://myapp.herokuapp.com\n\n $ heroku open -a myapp /foo\n # opens https://myapp.herokuapp.com/foo\n ","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"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":"path","required":false}]},"apps:rename":{"id":"apps:rename","description":"rename an app\n\nThis will locally update the git remote if it is set to the old app.\n\nExample:\n\n $ heroku apps:rename --app oldname newname\n https://newname.herokuapp.com/ | https://git.heroku.com/newname.git\n Git remote heroku updated\n ","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"ssh-git":{"name":"ssh-git","type":"boolean","description":"use ssh git protocol instead of https","required":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":"newname","required":true}]},"rename":{"id":"rename","description":"rename an app\n\nThis will locally update the git remote if it is set to the old app.\n\nExample:\n\n $ heroku apps:rename --app oldname newname\n https://newname.herokuapp.com/ | https://git.heroku.com/newname.git\n Git remote heroku updated\n ","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"ssh-git":{"name":"ssh-git","type":"boolean","description":"use ssh git protocol instead of https","required":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":"newname","required":true}]},"apps:favorites:add":{"id":"apps:favorites:add","description":"favorites an app\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"apps:favorites":{"id":"apps:favorites","description":"list favorited apps\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":false}},"args":[]},"apps:favorites:remove":{"id":"apps:favorites:remove","description":"unfavorites an app\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"apps:stacks":{"id":"apps:stacks","description":"show the list of available stacks\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"stack":{"id":"stack","description":"show the list of available stacks\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"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":[]},"apps:stacks:set":{"id":"apps:stacks:set","description":"set the stack of an app\n\nExample:\n\n $ heroku stack:set cedar-14 -a myapp\n Stack set. Next release on myapp will use cedar-14.\n Run git push heroku master to create a new release on myapp.","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"stack","required":true}]},"stack:set":{"id":"stack:set","description":"set the stack of an app\n\nExample:\n\n $ heroku stack:set cedar-14 -a myapp\n Stack set. Next release on myapp will use cedar-14.\n Run git push heroku master to create a new release on myapp.","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"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":"stack","required":true}]},"auth:2fa:disable":{"id":"auth:2fa:disable","description":"disable 2fa on account\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{},"args":[]},"2fa:disable":{"id":"2fa:disable","description":"disable 2fa on account\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{},"args":[]},"twofactor:disable":{"id":"twofactor:disable","description":"disable 2fa on account\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{},"args":[]},"auth:2fa:generate":{"id":"auth:2fa:generate","description":"generates and replaces recovery codes\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{},"args":[]},"2fa:generate-recovery-codes":{"id":"2fa:generate-recovery-codes","description":"generates and replaces recovery codes\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{},"args":[]},"twofactor:generate-recovery-codes":{"id":"twofactor:generate-recovery-codes","description":"generates and replaces recovery codes\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{},"args":[]},"buildpacks:add":{"id":"buildpacks:add","description":"add new app buildpack, inserting into list of buildpacks if necessary\nExample:\n\n $ heroku buildpacks:add -i 1 https://github.com/heroku/heroku-buildpack-ruby\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"index":{"name":"index","type":"option","char":"i","description":"the 1-based index of the URL in the list of URLs","required":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":"url","required":true}]},"buildpacks:clear":{"id":"buildpacks:clear","description":"clear all buildpacks set on the app\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"buildpacks":{"id":"buildpacks","description":"display the buildpack_url(s) for an app\nExamples:\n $ heroku buildpacks\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"buildpacks:remove":{"id":"buildpacks:remove","description":"remove a buildpack set on the app\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"index":{"name":"index","type":"option","char":"i","description":"the 1-based index of the URL to remove from the list of URLs","required":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":"url","required":false}]},"buildpacks:set":{"id":"buildpacks:set","description":"set new app buildpack, overwriting into list of buildpacks if necessary\nExample:\n\n $ heroku buildpacks:set -i 1 heroku/ruby\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"index":{"name":"index","type":"option","char":"i","description":"the 1-based index of the URL in the list of URLs","required":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":"url","required":true}]},"config:set":{"id":"config:set","description":"set one or more config vars\nExamples:\n\n $ heroku config:set RAILS_ENV=staging\n Setting config vars and restarting example... done, v10\n RAILS_ENV: staging\n \n $ heroku config:set RAILS_ENV=staging RACK_ENV=staging\n Setting config vars and restarting example... done, v11\n RAILS_ENV: staging\n RACK_ENV: staging\n ","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"config:add":{"id":"config:add","description":"set one or more config vars\nExamples:\n\n $ heroku config:set RAILS_ENV=staging\n Setting config vars and restarting example... done, v10\n RAILS_ENV: staging\n \n $ heroku config:set RAILS_ENV=staging RACK_ENV=staging\n Setting config vars and restarting example... done, v11\n RAILS_ENV: staging\n RACK_ENV: staging\n ","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"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":[]},"config:unset":{"id":"config:unset","description":"unset one or more config vars\n\nExamples:\n\n $ heroku config:unset RAILS_ENV\n Unsetting RAILS_ENV and restarting example... done, v10\n \n $ heroku config:unset RAILS_ENV RACK_ENV\n Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"config:remove":{"id":"config:remove","description":"unset one or more config vars\n\nExamples:\n\n $ heroku config:unset RAILS_ENV\n Unsetting RAILS_ENV and restarting example... done, v10\n \n $ heroku config:unset RAILS_ENV RACK_ENV\n Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"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:add":{"id":"domains:add","description":"add domain to an app\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"wait":{"name":"wait","type":"boolean","required":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:clear":{"id":"domains:clear","description":"remove all domains from an app\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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\n\nExample:\n\n $ heroku domains\n === example Heroku Domain\n example.herokuapp.com\n \n === example Custom Domains\n Domain Name DNS Record Type DNS Target\n ─────────── ─────────────── ──────────\n www.example.com CNAME www.example.herokudns.com\n ","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":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:remove":{"id":"domains:remove","description":"remove domain from an app\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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:wait":{"id":"domains:wait","description":"wait for domain to be active for an app\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":false}]},"drains:add":{"id":"drains:add","description":"adds a log drain to an app\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"url","required":true}]},"drains":{"id":"drains","description":"display the log drains of an app\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":false},"extended":{"name":"extended","type":"boolean","char":"x","hidden":true,"required":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":[]},"drains:remove":{"id":"drains:remove","description":"removes a log drain from an app\n","usage":"drains:remove [URL|TOKEN]","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"url","required":true}]},"features:disable":{"id":"features:disable","description":"disables an app feature\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"feature","required":true}]},"features:enable":{"id":"features:enable","description":"enables an app feature\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"feature","required":true}]},"features":{"id":"features","description":"list available app features\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":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":[]},"features:info":{"id":"features:info","description":"display information about a feature\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":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":"feature","required":true}]},"keys:add":{"id":"keys:add","description":"add an SSH key for a user\nif no KEY is specified, will try to find ~/.ssh/id_rsa.pub\n\nExamples:\n\n $ heroku keys:add\n Could not find an existing public key.\n Would you like to generate one? [Yn] y\n Generating new SSH public key.\n Uploading SSH public key /.ssh/id_rsa.pub... done\n\n $ heroku keys:add /my/key.pub\n Uploading SSH public key /my/key.pub... done\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"quiet":{"name":"quiet","type":"boolean","hidden":true,"required":false},"yes":{"name":"yes","type":"boolean","char":"y","description":"automatically answer yes for all prompts","required":false}},"args":[{"name":"key","required":false}]},"keys:clear":{"id":"keys:clear","description":"remove all SSH keys for current user\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{},"args":[]},"keys":{"id":"keys","description":"display your SSH keys\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"long":{"name":"long","type":"boolean","char":"l","description":"display full SSH keys","required":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false}},"args":[]},"keys:remove":{"id":"keys:remove","description":"remove an SSH key from the user\n\nExample:\n\n $ heroku keys:remove email@example.com\n Removing email@example.com SSH key... done\n ","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{},"args":[{"name":"key","required":true}]},"labs:enable":{"id":"labs:enable","description":"enables an experimental feature\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"feature","required":true}]},"labs":{"id":"labs","description":"list experimental features\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"display as json","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[]},"labs:info":{"id":"labs:info","description":"show feature info\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"display as json","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"feature","required":true}]},"maintenance":{"id":"maintenance","description":"display the current maintenance status of app\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"maintenance:off":{"id":"maintenance:off","description":"take the app out of maintenance mode\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"maintenance:on":{"id":"maintenance:on","description":"put the app into maintenance mode\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"notifications":{"id":"notifications","description":"display notifications\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"all":{"name":"all","type":"boolean","description":"view all notifications (not just the ones for the current app)","required":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false},"read":{"name":"read","type":"boolean","description":"show notifications already read","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":false},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[]},"ps":{"id":"ps","description":"list dynos for an app\n\nExamples:\n\n $ heroku ps\n === run: one-off dyno\n run.1: up for 5m: bash\n \n === web: bundle exec thin start -p $PORT\n web.1: created for 30s\n \n $ heroku ps run # specifying types\n === run: one-off dyno\n run.1: up for 5m: bash","usage":"ps [TYPE [TYPE ...]]","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"display as json","required":false},"extended":{"name":"extended","type":"boolean","char":"x","hidden":true,"required":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":[]},"ps:restart":{"id":"ps:restart","description":"restart app dynos\n\nif DYNO is not specified, restarts all dynos on app\n\nExamples:\n\n $ heroku ps:restart web.1\n Restarting web.1 dyno... done\n\n $ heroku ps:restart web\n Restarting web dynos... done\n\n $ heroku ps:restart\n Restarting dynos... done\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"dyno","required":false}]},"dyno:restart":{"id":"dyno:restart","description":"restart app dynos\n\nif DYNO is not specified, restarts all dynos on app\n\nExamples:\n\n $ heroku ps:restart web.1\n Restarting web.1 dyno... done\n\n $ heroku ps:restart web\n Restarting web dynos... done\n\n $ heroku ps:restart\n Restarting dynos... done\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"dyno","required":false}]},"restart":{"id":"restart","description":"restart app dynos\n\nif DYNO is not specified, restarts all dynos on app\n\nExamples:\n\n $ heroku ps:restart web.1\n Restarting web.1 dyno... done\n\n $ heroku ps:restart web\n Restarting web dynos... done\n\n $ heroku ps:restart\n Restarting dynos... done\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"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":"dyno","required":false}]},"ps:scale":{"id":"ps:scale","description":"scale dyno quantity up or down\nAppending a size (eg. web=2:Standard-2X) allows simultaneous scaling and resizing.\n\nOmitting any arguments will display the app's current dyno formation, in a\nformat suitable for passing back into ps:scale.\n\nExamples:\n\n $ heroku ps:scale web=3:Standard-2X worker+1\n Scaling dynos... done, now running web at 3:Standard-2X, worker at 1:Standard-1X.\n\n $ heroku ps:scale\n web=3:Standard-2X worker=1:Standard-1X\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"dyno:scale":{"id":"dyno:scale","description":"scale dyno quantity up or down\nAppending a size (eg. web=2:Standard-2X) allows simultaneous scaling and resizing.\n\nOmitting any arguments will display the app's current dyno formation, in a\nformat suitable for passing back into ps:scale.\n\nExamples:\n\n $ heroku ps:scale web=3:Standard-2X worker+1\n Scaling dynos... done, now running web at 3:Standard-2X, worker at 1:Standard-1X.\n\n $ heroku ps:scale\n web=3:Standard-2X worker=1:Standard-1X\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"scale":{"id":"scale","description":"scale dyno quantity up or down\nAppending a size (eg. web=2:Standard-2X) allows simultaneous scaling and resizing.\n\nOmitting any arguments will display the app's current dyno formation, in a\nformat suitable for passing back into ps:scale.\n\nExamples:\n\n $ heroku ps:scale web=3:Standard-2X worker+1\n Scaling dynos... done, now running web at 3:Standard-2X, worker at 1:Standard-1X.\n\n $ heroku ps:scale\n web=3:Standard-2X worker=1:Standard-1X\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"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":[]},"ps:stop":{"id":"ps:stop","description":"stop app dyno\n\nstop app dyno or dyno type\n\nExamples:\n\n $ heroku ps:stop run.1828\n Stopping run.1828 dyno... done\n\n $ heroku ps:stop run\n Stopping run dynos... done\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"dyno","required":true}]},"dyno:stop":{"id":"dyno:stop","description":"stop app dyno\n\nstop app dyno or dyno type\n\nExamples:\n\n $ heroku ps:stop run.1828\n Stopping run.1828 dyno... done\n\n $ heroku ps:stop run\n Stopping run dynos... done\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"dyno","required":true}]},"ps:kill":{"id":"ps:kill","description":"stop app dyno\n\nstop app dyno or dyno type\n\nExamples:\n\n $ heroku ps:stop run.1828\n Stopping run.1828 dyno... done\n\n $ heroku ps:stop run\n Stopping run dynos... done\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"dyno","required":true}]},"dyno:kill":{"id":"dyno:kill","description":"stop app dyno\n\nstop app dyno or dyno type\n\nExamples:\n\n $ heroku ps:stop run.1828\n Stopping run.1828 dyno... done\n\n $ heroku ps:stop run\n Stopping run dynos... done\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"dyno","required":true}]},"stop":{"id":"stop","description":"stop app dyno\n\nstop app dyno or dyno type\n\nExamples:\n\n $ heroku ps:stop run.1828\n Stopping run.1828 dyno... done\n\n $ heroku ps:stop run\n Stopping run dynos... done\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"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":"dyno","required":true}]},"kill":{"id":"kill","description":"stop app dyno\n\nstop app dyno or dyno type\n\nExamples:\n\n $ heroku ps:stop run.1828\n Stopping run.1828 dyno... done\n\n $ heroku ps:stop run\n Stopping run dynos... done\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"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":"dyno","required":true}]},"ps:type":{"id":"ps:type","description":"manage dyno sizes\n\nCalled with no arguments shows the current dyno size.\n\nCalled with one argument sets the size.\nWhere SIZE is one of free|hobby|standard-1x|standard-2x|performance\n\nCalled with 1..n TYPE=SIZE arguments sets the quantity per type.\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"ps:resize":{"id":"ps:resize","description":"manage dyno sizes\n\nCalled with no arguments shows the current dyno size.\n\nCalled with one argument sets the size.\nWhere SIZE is one of free|hobby|standard-1x|standard-2x|performance\n\nCalled with 1..n TYPE=SIZE arguments sets the quantity per type.\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"resize":{"id":"resize","description":"manage dyno sizes\n\nCalled with no arguments shows the current dyno size.\n\nCalled with one argument sets the size.\nWhere SIZE is one of free|hobby|standard-1x|standard-2x|performance\n\nCalled with 1..n TYPE=SIZE arguments sets the quantity per type.\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"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":[]},"dyno:type":{"id":"dyno:type","description":"manage dyno sizes\n\nCalled with no arguments shows the current dyno size.\n\nCalled with one argument sets the size.\nWhere SIZE is one of free|hobby|standard-1x|standard-2x|performance\n\nCalled with 1..n TYPE=SIZE arguments sets the quantity per type.\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"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":[]},"dyno:resize":{"id":"dyno:resize","description":"manage dyno sizes\n\nCalled with no arguments shows the current dyno size.\n\nCalled with one argument sets the size.\nWhere SIZE is one of free|hobby|standard-1x|standard-2x|performance\n\nCalled with 1..n TYPE=SIZE arguments sets the quantity per type.\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":[]},"releases":{"id":"releases","description":"display the releases for an app\n\nExample:\n\n $ heroku releases\n === example Releases\n v1 Config add FOO_BAR email@example.com 2015/11/17 17:37:41 (~ 1h ago)\n v2 Config add BAR_BAZ email@example.com 2015/11/17 17:37:41 (~ 1h ago)\n v3 Config add BAZ_QUX email@example.com 2015/11/17 17:37:41 (~ 1h ago)","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"num":{"name":"num","type":"option","char":"n","description":"number of releases to show","required":false},"json":{"name":"json","type":"boolean","description":"output releases in json format","required":false},"extended":{"name":"extended","type":"boolean","char":"x","hidden":true,"required":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":[]},"releases:info":{"id":"releases:info","description":"view detailed information for a release\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":false},"shell":{"name":"shell","type":"boolean","char":"s","description":"output in shell format","required":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":"release","required":false}]},"releases:output":{"id":"releases:output","description":"View the release command output\n","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"release","required":false}]},"releases:rollback":{"id":"releases:rollback","description":"rollback to a previous release\nIf RELEASE is not specified, it will rollback one release","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":false,"aliases":[],"flags":{"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":"release","required":false}]},"rollback":{"id":"rollback","description":"rollback to a previous release\nIf RELEASE is not specified, it will rollback one release","pluginName":"@heroku-cli/plugin-apps","pluginType":"core","hidden":true,"aliases":[],"flags":{"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":"release","required":false}]}}}