Expand description
Config command implementation for unified graph config partition
Provides CLI access to .sqry/graph/config/config.json management:
- init: Create config with defaults
- show: Display effective config
- set: Update config keys
- get: Retrieve config values
- validate: Check config syntax/schema
- alias: Manage query aliases
Functionsยง
- run_
config_ alias_ list - List all aliases.
- run_
config_ alias_ remove - Remove an alias.
- run_
config_ alias_ set - Create or update an alias.
- run_
config_ get - Get a single config value.
- run_
config_ init - Initialize a new config file with defaults.
- run_
config_ set - Set a config key to a new value.
- run_
config_ show - Show effective config with source annotations.
- run_
config_ validate - Validate config file.