{"version":"7.20.0","commands":{"container:rm":{"id":"container:rm","description":"remove the process type from your app\n\n Usage:\n heroku container:rm web # Destroys the web container\n heroku container:rm web worker # Destroys the web and worker containers","pluginName":"@heroku-cli/plugin-container-registry-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":[]},"container":{"id":"container","description":"Use containers to build and deploy Heroku apps\n","pluginName":"@heroku-cli/plugin-container-registry-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{},"args":[]},"container:login":{"id":"container:login","description":"log in to Heroku Container Registry\nUsage:\n heroku container:login","pluginName":"@heroku-cli/plugin-container-registry-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","required":false,"allowNo":false}},"args":[]},"container:logout":{"id":"container:logout","description":"log out from Heroku Container Registry\n","pluginName":"@heroku-cli/plugin-container-registry-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","required":false,"allowNo":false}},"args":[]},"container:pull":{"id":"container:pull","description":"pulls an image from an app's process type\n\n Usage:\n heroku container:pull web # Pulls the web image from the app\n heroku container:pull web worker # Pulls both the web and worker images from the app\n heroku container:pull web:latest # Pulls the latest tag from the web image","pluginName":"@heroku-cli/plugin-container-registry-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","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":[]},"container:push":{"id":"container:push","description":"builds, then pushes Docker images to deploy your Heroku app\n","pluginName":"@heroku-cli/plugin-container-registry-v5","pluginType":"core","hidden":false,"aliases":[],"examples":["heroku container:push web # Pushes Dockerfile to web process type","heroku container:push worker # Pushes Dockerfile to worker process type","heroku container:push web worker --recursive # Pushes Dockerfile.web and Dockerfile.worker","heroku container:push --recursive # Pushes Dockerfile.*","heroku container:push web --arg ENV=live,HTTPS=on # Build-time variables","heroku container:push --recursive --context-path . # Pushes Dockerfile.* using current dir as build context"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","required":false,"allowNo":false},"recursive":{"name":"recursive","type":"boolean","char":"R","description":"pushes Dockerfile. found in current and subdirectories","required":false,"allowNo":false},"arg":{"name":"arg","type":"option","description":"set build-time variables","required":false},"context-path":{"name":"context-path","type":"option","description":"path to use as build context (defaults to Dockerfile dir)","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":[]},"container:release":{"id":"container:release","description":"Releases previously pushed Docker images to your Heroku app\n\n Usage:\n heroku container:release web # Releases the previously pushed web process type\n heroku container:release web worker # Releases the previously pushed web and worker process types","pluginName":"@heroku-cli/plugin-container-registry-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","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":[]},"container:run":{"id":"container:run","description":"builds, then runs the docker image locally\n\n Usage:\n heroku container:run web bash # Runs bash on the local web docker container\n heroku container:run worker # Runs the container CMD on the local worker container","pluginName":"@heroku-cli/plugin-container-registry-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port the app will run on","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","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":[]}}}