v1 Command Reference
porter run
info
A guide on using porter 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:
The 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
:
You may learn more about ephemeral instances in the Ephemeral Instances section.