llm-config-cli-0.5.0 is not a library.
llm-config-cli
Command-line interface for LLM Config Manager with interactive prompts, colored output, and comprehensive configuration management.
Features
- Interactive Mode: User-friendly prompts for configuration
- Colored Output: Syntax highlighting and status colors
- Batch Operations: Import/export configurations in bulk
- Environment Management: Switch between environments easily
- Secret Management: Secure handling of sensitive values
- Version Control: View history and rollback changes
- Format Support: JSON, YAML, TOML input/output
Installation
Usage
Set Configuration
# Set a simple value
# Set a secret (encrypted)
Get Configuration
# Get a value
# Get with JSON output
List Configurations
# List all configurations
# List with pattern
Version Control
# View history
# Rollback to previous version
Import/Export
# Export configurations
# Import configurations
Configuration
The CLI stores its configuration in ~/.config/llm-config/config.toml:
[]
= "development"
= "json"
= "~/.local/share/llm-config"
License
Licensed under the Apache License, Version 2.0.