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 namedsample-app
, you can run the following:
--namespace
flag:
--output
flag:
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: