Expand description
Config Section operations
Functions for managing top-level configuration sections in G2_CONFIG. These functions allow adding, removing, and querying configuration sections.
Functionsยง
- add_
config_ section - Add a new configuration section
- add_
config_ section_ field - Add a field to all items in a configuration section
- get_
config_ section - Get items from a configuration section with optional filtering
- list_
config_ sections - List all configuration section names
- remove_
config_ section - Remove a configuration section
- remove_
config_ section_ field - Remove a field from all items in a configuration section