ocne application {list|ls}

Lists the applications installed in a Kubernetes cluster.

ocne application {list|ls} 
[{-A|--all}]
[{-n|--namespace} namespace]

Where:

{-A|--all}

Lists the installed applications in all namespaces.

{-n|--namespace} namespace

The Kubernetes namespace in which to list the installed applications. If this value isn't provided, the namespace from the current context of the kubeconfig is used.

Example 4-4 List applications

To list the applications in all namespaces in a cluster:

ocne application list --all

Example 4-5 List applications

To list the applications in a cluster:

ocne application ls