---
title: esc env tag | CLI commands
url: /docs/esc/cli/commands/esc_env_tag/
---

Manage environment tags

## Synopsis

Manage environment tags

This command creates a tag with the given name on the specified environment.

Subcommands exist for reading, listing, updating, and removing tags.

```
esc env tag [<org-name>/][/]<environment-name> <name> <value> [flags]
```

## Options

```
  -h, --help   help for tag
      --utc    display times in UTC
```

## Options inherited from parent commands

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

## SEE ALSO

* [esc env](/docs/esc/cli/commands/esc_env/)	 - Manage environments
* [esc env tag get](/docs/esc/cli/commands/esc_env_tag_get/)	 - Get an environment tag
* [esc env tag ls](/docs/esc/cli/commands/esc_env_tag_ls/)	 - List environment tags.
* [esc env tag mv](/docs/esc/cli/commands/esc_env_tag_mv/)	 - Move an environment tag
* [esc env tag rm](/docs/esc/cli/commands/esc_env_tag_rm/)	 - Remove an environment tag.


