Skip to content

gormes config

Inspect or update the Gormes configuration files.

gormes config [flags]
gormes config [command]
CommandPurpose
gormes config checkValidate config.toml schema without writing — reports _config_version, missing/empty fields, and dotenv presence
gormes config editOpen the Gormes config.toml in $EDITOR / $VISUAL or a discovered fallback
gormes config env-pathPrint the Gormes dotenv (.env) secrets path
gormes config getRead a configuration value (redacted for secret keys)
gormes config migrateApply native Gormes config.toml schema/default migrations
gormes config pathPrint the Gormes TOML config path
gormes config setSet a configuration value (TOML for non-secret keys, .env for *_API_KEY/*_TOKEN/api_key)
gormes config showShow resolved Gormes configuration with secrets redacted
FlagDefaultPurpose
-h, --helphelp for config