---
title: esc env settings get | CLI commands
url: /docs/esc/cli/commands/esc_env_settings_get/
---

Get environment settings

## Synopsis

Get environment settings

This command gets environment settings. If no setting name is provided,
all settings are returned. Otherwise, only the specified setting value is returned.

Available settings:
  deletion-protected  Enable or disable deletion protection

```
esc env settings get [<org-name>/][/]<environment-name> [<setting-name>] [flags]
```

## Options

```
  -h, --help            help for get
      --output string   output format: "text" (default) or "json" (default "text")
```

## Options inherited from parent commands

```
      --env string   The name of the environment to operate on.
```

## SEE ALSO

* [esc env settings](/docs/esc/cli/commands/esc_env_settings/)	 - Manage environment settings


