📄️ CLI
The Quonfig CLI provides powerful tools for creating, modifying, and getting information about your configuration and flags. It also includes TypeScript code generation capabilities to provide type-safe access to your flags and configs.
📄️ Playground & Debugger
Quonfig provides a Context Playground and Debugger to help you understand how Contexts work and how they're used in your application.
📄️ qfg run
qfg run resolves Quonfig configs into environment variables and execs a child process. Use it for anything that reads its config from process.env before user code runs and therefore can't call the SDK directly.
📄️ Slack Integration
image