Command Reference
porter app update-tag
Prerequisites
- You’ve logged in to the Porter CLI after running porter auth login
- You’re connected to the correct project by running porter config set-project
- You’re connected to the correct cluster by running porter config set-cluster
Applications
porter app update-tag
updates the image of the specified application with the tag provided by the --tag
flag. For example:
porter app update-tag <YOUR_APP_NAME> --tag <GITHUB_SHA>