---
title: telegraf secrets
description: The telegraf secrets command manages secrets in secret stores to use with Telegraf.
url: https://docs.influxdata.com/telegraf/v1/commands/secrets/
estimated_tokens: 459
product: Telegraf
version: v1
---

# telegraf secrets

The `telegraf secrets` command manages secrets in secret stores to use with Telegraf.

## Usage

```sh
telegraf [global-flags] secrets [subcommand] [flags]
```

## Subcommands

| Subcommand | Description |
| --- | --- |
| list | List known secrets and secret stores |
| get | Retrieve the value of a secret from a secret store |
| set | Create or modify a secret in a secret store |
| help, h | Shows command help |

## Flags

| Flag |  | Description |
| --- | --- | --- |
| -h | --help | Show command help |

*Also see [Telegraf global flags](/telegraf/v1/commands/#telegraf-global-flags).*
