
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@llm-dev-ops/llm-config-cli
Advanced tools
Command-line interface (Rust crate - use via cargo or build from source)
Command-line interface for LLM Config Manager with interactive prompts, colored output, and comprehensive configuration management.
cargo install llm-config-cli
# Set a simple value
llm-config set app.database.url postgres://localhost/mydb --env production
# Set a secret (encrypted)
llm-config set-secret app.api.key my-secret-key --env production
# Get a value
llm-config get app.database.url --env production
# Get with JSON output
llm-config get app.database.url --env production --format json
# List all configurations
llm-config list --env production
# List with pattern
llm-config list app.* --env production
# View history
llm-config history app.database.url
# Rollback to previous version
llm-config rollback app.database.url --version 5
# Export configurations
llm-config export --env production > config.json
# Import configurations
llm-config import config.json --env staging
The CLI stores its configuration in ~/.config/llm-config/config.toml:
[default]
environment = "development"
format = "json"
storage_path = "~/.local/share/llm-config"
Licensed under the Apache License, Version 2.0.
FAQs
Command-line interface (Rust crate - use via cargo or build from source)
The npm package @llm-dev-ops/llm-config-cli receives a total of 1 weekly downloads. As such, @llm-dev-ops/llm-config-cli popularity was classified as not popular.
We found that @llm-dev-ops/llm-config-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.