{"version":"4.4.17","commands":{"container:rm":{"id":"container:rm","description":"remove the process type from your app\n\n \u001b[1m\u001b[4m\u001b[35mUsage:\u001b[39m\u001b[24m\u001b[22m\n \u001b[36m\u001b[1mheroku container:rm web\u001b[22m\u001b[39m # Destroys the web container\n \u001b[36m\u001b[1mheroku container:rm web worker\u001b[22m\u001b[39m # Destroys the web and worker containers","pluginName":"@heroku-cli/plugin-container-registry","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","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","pluginType":"core","hidden":false,"aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","required":false}},"args":[]},"container:logout":{"id":"container:logout","description":"log out from Heroku Container Registry\n","pluginName":"@heroku-cli/plugin-container-registry","pluginType":"core","hidden":false,"aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","required":false}},"args":[]},"container:pull":{"id":"container:pull","description":"pulls an image from an app's process type\n\n \u001b[1m\u001b[4m\u001b[35mUsage:\u001b[39m\u001b[24m\u001b[22m\n \u001b[36m\u001b[1mheroku container:pull web\u001b[22m\u001b[39m # Pulls the web image from the app\n \u001b[36m\u001b[1mheroku container:pull web worker\u001b[22m\u001b[39m # Pulls both the web and worker images from the app\n \u001b[36m\u001b[1mheroku container:pull web:latest\u001b[22m\u001b[39m # Pulls the latest tag from the web image","pluginName":"@heroku-cli/plugin-container-registry","pluginType":"core","hidden":false,"aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","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:push":{"id":"container:push","description":"builds, then pushes Docker images to deploy your Heroku app\n\n \u001b[1m\u001b[4m\u001b[35mUsage:\u001b[39m\u001b[24m\u001b[22m\n \u001b[36m\u001b[1mheroku container:push web\u001b[22m\u001b[39m # Pushes Dockerfile to web process type\n \u001b[36m\u001b[1mheroku container:push worker\u001b[22m\u001b[39m # Pushes Dockerfile to worker process type\n \u001b[36m\u001b[1mheroku container:push web worker --recursive\u001b[22m\u001b[39m # Pushes Dockerfile.web and Dockerfile.worker\n \u001b[36m\u001b[1mheroku container:push --recursive\u001b[22m\u001b[39m # Pushes Dockerfile.*\n \u001b[36m\u001b[1mheroku container:push web --arg ENV=live,HTTPS=on\u001b[22m\u001b[39m # Build-time variables","pluginName":"@heroku-cli/plugin-container-registry","pluginType":"core","hidden":false,"aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","required":false},"recursive":{"name":"recursive","type":"boolean","char":"R","description":"pushes Dockerfile. found in current and subdirectories","required":false},"arg":{"name":"arg","type":"option","description":"set build-time variables","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 \u001b[1m\u001b[4m\u001b[35mUsage:\u001b[39m\u001b[24m\u001b[22m\n \u001b[36m\u001b[1mheroku container:release web\u001b[22m\u001b[39m # Releases the previously pushed web process type\n \u001b[36m\u001b[1mheroku container:release web worker\u001b[22m\u001b[39m # Releases the previously pushed web and worker process types","pluginName":"@heroku-cli/plugin-container-registry","pluginType":"core","hidden":false,"aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","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:run":{"id":"container:run","description":"builds, then runs the docker image locally\n\n \u001b[1m\u001b[4m\u001b[35mUsage:\u001b[39m\u001b[24m\u001b[22m\n \u001b[36m\u001b[1mheroku container:run web bash\u001b[22m\u001b[39m # Runs bash on the local web docker container\n \u001b[36m\u001b[1mheroku container:run worker\u001b[22m\u001b[39m # Runs the container CMD on the local worker container","pluginName":"@heroku-cli/plugin-container-registry","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},"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":[]}}}