{"version":"7.20.0","commands":{"dashboard":{"id":"dashboard","description":"display information about favorite apps\n","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"apps:create":{"id":"apps:create","description":"creates a new app\n","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku apps:create\nCreating app... done, stack is cedar-14\nhttps://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","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,"allowNo":false},"no-remote":{"name":"no-remote","type":"boolean","char":"n","description":"do not create a git remote","required":false,"allowNo":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,"allowNo":false},"internal-routing":{"name":"internal-routing","type":"boolean","description":"private space-only. create as an Internal Web App that is only routable in the local network.","hidden":true,"required":false,"allowNo":false},"features":{"name":"features","type":"option","hidden":true,"required":false},"kernel":{"name":"kernel","type":"option","hidden":true,"required":false},"locked":{"name":"locked","type":"boolean","hidden":true,"required":false,"allowNo":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"allowNo":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\n","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":true,"aliases":[],"examples":"$ heroku apps:create\nCreating app... done, stack is cedar-14\nhttps://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","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,"allowNo":false},"no-remote":{"name":"no-remote","type":"boolean","char":"n","description":"do not create a git remote","required":false,"allowNo":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,"allowNo":false},"internal-routing":{"name":"internal-routing","type":"boolean","description":"private space-only. create as an Internal Web App that is only routable in the local network.","hidden":true,"required":false,"allowNo":false},"features":{"name":"features","type":"option","hidden":true,"required":false},"kernel":{"name":"kernel","type":"option","hidden":true,"required":false},"locked":{"name":"locked","type":"boolean","hidden":true,"required":false,"allowNo":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"allowNo":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-v5","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-v5","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-v5","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-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"allowNo":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,"allowNo":false},"dyno":{"name":"dyno","type":"boolean","description":"show only dyno errors","required":false,"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":[]},"apps":{"id":"apps","description":"list your apps\n","pluginName":"@heroku-cli/plugin-apps-v5","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,"allowNo":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"allowNo":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,"allowNo":false},"internal-routing":{"name":"internal-routing","type":"boolean","char":"i","description":"filter to Internal Web Apps","hidden":true,"required":false,"allowNo":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-v5","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,"allowNo":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"allowNo":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,"allowNo":false},"internal-routing":{"name":"internal-routing","type":"boolean","char":"i","description":"filter to Internal Web Apps","hidden":true,"required":false,"allowNo":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-v5","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,"allowNo":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"allowNo":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,"allowNo":false},"internal-routing":{"name":"internal-routing","type":"boolean","char":"i","description":"filter to Internal Web Apps","hidden":true,"required":false,"allowNo":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\n$ heroku apps:info\n=== example\nGit URL: https://git.heroku.com/example.git\nRepo Size: 5M\n...\n\n$ heroku apps:info --shell\ngit_url=https://git.heroku.com/example.git\nrepo_size=5000000\n...","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"shell":{"name":"shell","type":"boolean","char":"s","description":"output more shell friendly key/value pairs","required":false,"allowNo":false},"extended":{"name":"extended","type":"boolean","char":"x","hidden":true,"required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","required":false,"allowNo":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\n$ heroku apps:info\n=== example\nGit URL: https://git.heroku.com/example.git\nRepo Size: 5M\n...\n\n$ heroku apps:info --shell\ngit_url=https://git.heroku.com/example.git\nrepo_size=5000000\n...","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":true,"aliases":[],"flags":{"shell":{"name":"shell","type":"boolean","char":"s","description":"output more shell friendly key/value pairs","required":false,"allowNo":false},"extended":{"name":"extended","type":"boolean","char":"x","hidden":true,"required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","required":false,"allowNo":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","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku open -a myapp\n# opens https://myapp.herokuapp.com\n\n$ heroku open -a myapp /foo\n# opens https://myapp.herokuapp.com/foo","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","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":true,"aliases":[],"examples":"$ heroku open -a myapp\n# opens https://myapp.herokuapp.com\n\n$ heroku open -a myapp /foo\n# opens https://myapp.herokuapp.com/foo","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\nThis will locally update the git remote if it is set to the old app.","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku apps:rename --app oldname newname\nhttps://newname.herokuapp.com/ | https://git.heroku.com/newname.git\nGit remote heroku updated","flags":{"ssh-git":{"name":"ssh-git","type":"boolean","description":"use ssh git protocol instead of https","required":false,"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":"newname","required":true}]},"rename":{"id":"rename","description":"rename an app\nThis will locally update the git remote if it is set to the old app.","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":true,"aliases":[],"examples":"$ heroku apps:rename --app oldname newname\nhttps://newname.herokuapp.com/ | https://git.heroku.com/newname.git\nGit remote heroku updated","flags":{"ssh-git":{"name":"ssh-git","type":"boolean","description":"use ssh git protocol instead of https","required":false,"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":"newname","required":true}]},"apps:favorites:add":{"id":"apps:favorites:add","description":"favorites an app\n","pluginName":"@heroku-cli/plugin-apps-v5","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-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"allowNo":false}},"args":[]},"apps:favorites:remove":{"id":"apps:favorites:remove","description":"unfavorites an app\n","pluginName":"@heroku-cli/plugin-apps-v5","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-v5","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-v5","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","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku stack:set cedar-14 -a myapp\nStack set. Next release on myapp will use cedar-14.\nRun git push heroku master to create a new release on myapp.","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","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":true,"aliases":[],"examples":"$ heroku stack:set cedar-14 -a myapp\nStack set. Next release on myapp will use cedar-14.\nRun git push heroku master to create a new release on myapp.","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}]},"config:set":{"id":"config:set","description":"set one or more config vars\n","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku config:set RAILS_ENV=staging\nSetting config vars and restarting example... done, v10\nRAILS_ENV: staging\n\n$ heroku config:set RAILS_ENV=staging RACK_ENV=staging\nSetting config vars and restarting example... done, v11\nRAILS_ENV: staging\nRACK_ENV: staging","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\n","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":true,"aliases":[],"examples":"$ heroku config:set RAILS_ENV=staging\nSetting config vars and restarting example... done, v10\nRAILS_ENV: staging\n\n$ heroku config:set RAILS_ENV=staging RACK_ENV=staging\nSetting config vars and restarting example... done, v11\nRAILS_ENV: staging\nRACK_ENV: staging","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-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"output in json format","required":false,"allowNo":false},"wait":{"name":"wait","type":"boolean","required":false,"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:clear":{"id":"domains:clear","description":"remove all domains from an app\n","pluginName":"@heroku-cli/plugin-apps-v5","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","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku domains\n=== example Heroku Domain\nexample.herokuapp.com\n\n=== example Custom Domains\nDomain Name DNS Record Type DNS Target\n─────────── ─────────────── ──────────\nwww.example.com CNAME www.example.herokudns.com","flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"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:remove":{"id":"domains:remove","description":"remove domain from an app\n","pluginName":"@heroku-cli/plugin-apps-v5","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-v5","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-v5","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-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"allowNo":false},"extended":{"name":"extended","type":"boolean","char":"x","hidden":true,"required":false,"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":[]},"drains:remove":{"id":"drains:remove","description":"removes a log drain from an app\n","usage":"drains:remove [URL|TOKEN]","pluginName":"@heroku-cli/plugin-apps-v5","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-v5","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-v5","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-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"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":[]},"features:info":{"id":"features:info","description":"display information about a feature\n","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"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":"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","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku keys:add\nCould not find an existing public key.\nWould you like to generate one? [Yn] y\nGenerating new SSH public key.\nUploading SSH public key /.ssh/id_rsa.pub... done\n\n$ heroku keys:add /my/key.pub\nUploading SSH public key /my/key.pub... done","flags":{"quiet":{"name":"quiet","type":"boolean","hidden":true,"required":false,"allowNo":false},"yes":{"name":"yes","type":"boolean","char":"y","description":"automatically answer yes for all prompts","required":false,"allowNo":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-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{},"args":[]},"keys":{"id":"keys","description":"display your SSH keys\n","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"long":{"name":"long","type":"boolean","char":"l","description":"display full SSH keys","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"allowNo":false}},"args":[]},"keys:remove":{"id":"keys:remove","description":"remove an SSH key from the user\n","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku keys:remove email@example.com\nRemoving email@example.com SSH key... done","flags":{},"args":[{"name":"key","required":true}]},"labs:enable":{"id":"labs:enable","description":"enables an experimental feature\n","pluginName":"@heroku-cli/plugin-apps-v5","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-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"display as json","required":false,"allowNo":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-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"display as json","required":false,"allowNo":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-v5","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-v5","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-v5","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-v5","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,"allowNo":false},"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"allowNo":false},"read":{"name":"read","type":"boolean","description":"show notifications already read","required":false,"allowNo":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","usage":"ps [TYPE [TYPE ...]]","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku ps\n=== run: one-off dyno\nrun.1: up for 5m: bash\n\n=== web: bundle exec thin start -p $PORT\nweb.1: created for 30s\n\n$ heroku ps run # specifying types\n=== run: one-off dyno\nrun.1: up for 5m: bash","flags":{"json":{"name":"json","type":"boolean","description":"display as json","required":false,"allowNo":false},"extended":{"name":"extended","type":"boolean","char":"x","hidden":true,"required":false,"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":[]},"ps:restart":{"id":"ps:restart","description":"restart app dynos\nif DYNO is not specified, restarts all dynos on app","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku ps:restart web.1\nRestarting web.1 dyno... done\n\n$ heroku ps:restart web\nRestarting web dynos... done\n\n$ heroku ps:restart\nRestarting dynos... done","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\nif DYNO is not specified, restarts all dynos on app","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku ps:restart web.1\nRestarting web.1 dyno... done\n\n$ heroku ps:restart web\nRestarting web dynos... done\n\n$ heroku ps:restart\nRestarting dynos... done","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\nif DYNO is not specified, restarts all dynos on app","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":true,"aliases":[],"examples":"$ heroku ps:restart web.1\nRestarting web.1 dyno... done\n\n$ heroku ps:restart web\nRestarting web dynos... done\n\n$ heroku ps:restart\nRestarting dynos... done","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.","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku ps:scale web=3:Standard-2X worker+1\nScaling dynos... done, now running web at 3:Standard-2X, worker at 1:Standard-1X.\n\n$ heroku ps:scale\nweb=3:Standard-2X worker=1:Standard-1X","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.","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku ps:scale web=3:Standard-2X worker+1\nScaling dynos... done, now running web at 3:Standard-2X, worker at 1:Standard-1X.\n\n$ heroku ps:scale\nweb=3:Standard-2X worker=1:Standard-1X","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.","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":true,"aliases":[],"examples":"$ heroku ps:scale web=3:Standard-2X worker+1\nScaling dynos... done, now running web at 3:Standard-2X, worker at 1:Standard-1X.\n\n$ heroku ps:scale\nweb=3:Standard-2X worker=1:Standard-1X","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","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku ps:stop run.1828\nStopping run.1828 dyno... done\n\n$ heroku ps:stop run\nStopping run dynos... done","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","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku ps:stop run.1828\nStopping run.1828 dyno... done\n\n$ heroku ps:stop run\nStopping run dynos... done","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","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku ps:stop run.1828\nStopping run.1828 dyno... done\n\n$ heroku ps:stop run\nStopping run dynos... done","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","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku ps:stop run.1828\nStopping run.1828 dyno... done\n\n$ heroku ps:stop run\nStopping run dynos... done","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","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":true,"aliases":[],"examples":"$ heroku ps:stop run.1828\nStopping run.1828 dyno... done\n\n$ heroku ps:stop run\nStopping run dynos... done","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","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":true,"aliases":[],"examples":"$ heroku ps:stop run.1828\nStopping run.1828 dyno... done\n\n$ heroku ps:stop run\nStopping run dynos... done","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-v5","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-v5","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-v5","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-v5","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-v5","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","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"examples":"$ heroku releases\n=== example Releases\nv1 Config add FOO_BAR email@example.com 2015/11/17 17:37:41 (~ 1h ago)\nv2 Config add BAR_BAZ email@example.com 2015/11/17 17:37:41 (~ 1h ago)\nv3 Config add BAZ_QUX email@example.com 2015/11/17 17:37:41 (~ 1h ago)","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,"allowNo":false},"extended":{"name":"extended","type":"boolean","char":"x","hidden":true,"required":false,"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":[]},"releases:info":{"id":"releases:info","description":"view detailed information for a release\n","pluginName":"@heroku-cli/plugin-apps-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"output in json format","required":false,"allowNo":false},"shell":{"name":"shell","type":"boolean","char":"s","description":"output in shell format","required":false,"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":"release","required":false}]},"releases:output":{"id":"releases:output","description":"View the release command output\n","pluginName":"@heroku-cli/plugin-apps-v5","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-v5","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-v5","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}]}}}