# syn config > "Configuration management" Configuration management ## `syn config env` Show environment variable template. ```bash syn config env ``` --- ## `syn config show` Display current configuration. ```bash syn config show ``` **Options:** | Flag | Type | Default | Description | |------|------|---------|-------------| | `--show-secrets` | `boolean` | `false` | Show secret values | --- ## `syn config validate` Validate configuration and show issues. ```bash syn config validate ``` ---