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 list
lists applications, jobs or addons in a specific cluster and namespace.
porter list all
To list all releases in the default
namespace, simply run:
porter list applications
To list applications in the default
namespace, simply run:
porter list jobs
To list jobs in the default
namespace, run:
porter list addons
To list addons in the default
namespace, run: