porter get
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 get
fetches basic information about a Porter application. It also supports outputting in the JSON and YAML formats.
Examples
To get information about a release named sample-app
, you can run the following:
This command is namespace-scoped and uses the default namespace. To specify a different namespace, use the --namespace
flag:
To output in a data interchange format such as JSON, use the --output
flag:
And similarly for YAML:
porter get values
This command can be used to fetch the Helm values of a release. For instance, to get the Helm values of a release named sample-app
, you can run the following: