UNPKG

3.47 kBJSONView Raw
1{"version":"4.4.12","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","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:push":{"id":"container:push","description":"builds, then pushes Docker images to deploy your Heroku app\n\n Usage:\n heroku container:push web # Pushes Dockerfile to web process type\n heroku container:push worker # Pushes Dockerfile to worker process type\n heroku container:push web worker --recursive # Pushes Dockerfile.web and Dockerfile.worker\n heroku container:push --recursive # Pushes Dockerfile.*\n heroku container:push web --arg ENV=live,HTTPS=on # 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.<process> 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: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","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":[]}}}
\No newline at end of file