List Applications or Deployments
This will only show the applications and deployments in namespaces that you have view access on.
Applications
You can list all applications by executing:
sipctl get app
If you only want to list applications of a certain namespace, which might be significantly faster:
Keep in mind that applications are always registered in the $org-apps namespace.
sipctl get app -n $namespaceName
Deployments
You can list all deployments by running:
sipctl get deployment
If you only want to list deployments of a certain namespace, which might be significantly faster:
sipctl get app -n $namespaceName