Created
October 3, 2019 07:33
-
-
Save VladRez/796737a0b224c83b9ad491cf59618a1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| + `sudo heroku container:pull <SERVICE> --app <APPNAME>` - pull container | |
| + `sudo heroku container:rm <SERVICE> --app <APPNAME>` - remove service | |
| + `sudo heroku container:push <SERVICE> --recursive --app <APPNAME>` - build and push multiple services | |
| + `sudo heroku container:release <SERVICE> --app <APPNAME>` - enable heroku service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment