info
A guide on usingporter run
can be found here.
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
porter run
The porter run
command allows users to execute a command on a remote container:
APP_NAME
is the name of the application on the Porter dashboard (this can be a release either in the “Applications” or the “Jobs” tab).
porter run cleanup
It can also cleanup residual instances of applications that may have been left behind as a result of a previous call to porter run
: