---
title: telegraf plugins
description: The telegraf plugins command prints available Telegraf plugins.
url: https://docs.influxdata.com/telegraf/v1/commands/plugins/
estimated_tokens: 582
product: Telegraf
version: v1
---

# telegraf plugins

The `telegraf plugins` command prints available Telegraf plugins.

## Usage

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

## Subcommands

| Subcommand | Description |
| --- | --- |
| inputs | Print available input plugins |
| outputs | Print available output plugins |
| processors | Print available processor plugins |
| aggregators | Print available aggregator plugins |
| secretstores | Print available secretstore plugins |
| help, h | Shows command help |

## Flags

| Flag |  | Description |
| --- | --- | --- |
|  | --deprecated | Print only deprecated plugins |
| -h | --help | Show command help |

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

## Examples
