diff --git a/using-gatewayd/CLI.md b/using-gatewayd/CLI.md index 9f2e7a1..1cce5e6 100644 --- a/using-gatewayd/CLI.md +++ b/using-gatewayd/CLI.md @@ -22,6 +22,7 @@ GatewayD is a CLI application that runs on Windows, Linux-based distributions an | `plugin init` | generates a plugins configuration file | - `-p`, `--plugin-config`: plugins config file (default "gatewayd_plugins.yaml")
- `-f`, `--force`: overwrites the existing config file
- `--sentry`: Enable Sentry for error reporting (default `true`) | | `plugin install` | installs a plugin from GitHub | - `-p`, `--plugin-config`: plugins config file (default "gatewayd_plugins.yaml")
- `-o`, `--output-dir`: output directory of the plugin, where the plugin is extracted (default "./plugins")
- `--pull-only`: only pull the plugin, don't install it
- `--sentry`: Enable Sentry for error reporting (default `true`) | | `plugin lint` | validates plugins configuration file | - `-p`, `--plugin-config`: plugins config file (default "gatewayd_plugins.yaml")
- `--sentry`: Enable Sentry for error reporting (default `true`) | +| `plugin list` | lists all installed plugins | - `-p`, `--plugin-config`: plugins config file (default "gatewayd_plugins.yaml")
- `-e`, `--only-enabled`: Only list enabled plugins
- `--sentry`: Enable Sentry for error reporting (default `true`) | | `run` | runs an instance of `gatewayd` with the specified configuration files | - `-c`, `--config`: global config file (default `"gatewayd.yaml"`)
- `-p`, `--plugin-config`: plugin config file (default `"gatewayd_plugins.yaml"`)
- `--tracing`: Enable tracing with OpenTelemetry via gRPC
- `--collector-url string`: Collector URL of OpenTelemetry gRPC endpoint (default `"localhost:4317"`)
- `--sentry`: Enable Sentry for error reporting (default `true`)
- `--dev`: Enable development mode for plugin development
- `--usage-report`: Enable usage report (default `true`) | | `version` | shows version information | `GatewayD v0.6.0 (2023-03-12T22:22:55+0000/ae469dc, go1.20.1, linux/amd64)` |