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

# Get

> Fetch and decrypt the value corresponding of your secret key.

```
envs get [KEY] [flags]
```

### Options

```
  -e, --env string    Remote environment to set the secrets in. Defaults to the local environment.
  -h, --help          help for get
  -v, --version int   Version of your secret (default -1)
```

### Usage

Use the `--env` flag will get the secrets from your remote environment. Otherwise your local environment.

### Options inherited from parent commands

```
  -d, --debug   Print debug logs
```
