Prerequisites

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 all

To list all releases in a different namespace, run:

porter list all --namespace my-custom-ns

porter list applications

To list applications in the default namespace, simply run:

porter list applications

To list applications in a different namespace, run:

porter list applications --namespace my-custom-ns

porter list jobs

To list jobs in the default namespace, run:

porter list jobs

To list jobs in a different namespace, run:

porter list jobs --namespace my-custom-ns

porter list addons

To list addons in the default namespace, run:

porter list addons

To list addons in a different namespace, run:

porter list addons --namespace my-custom-ns