Skip to main content

Module config

Module config 

Source
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.