> ## Documentation Index
> Fetch the complete documentation index at: https://docs.porter.run/llms.txt
> Use this file to discover all available pages before exploring further.

# porter config

> View and update Porter Enterprise CLI local configuration including project, cluster, host, and registry settings with the config command

`porter config` contains commands for controlling local configuration settings.

### `porter config`[](#porter-config "Direct link to heading")

Running `porter config` with no subcommands will output the current configuration file to the terminal. Note that this configuration may be overwritten through a combination of flags and environment variables.

### `porter config set-project`[](#porter-config-set-project "Direct link to heading")

Saves the project ID in the default configuration from a list of projects that you have access to.

### `porter config set-cluster`[](#porter-config-set-cluster "Direct link to heading")

Saves the cluster ID in the default configuration from a list of clusters that the current project has access to.

### `porter config set-registry`[](#porter-config-set-registry "Direct link to heading")

Saves the registry ID in the default configuration from a list of registries that the current project has access to.
