app-config icon indicating copy to clipboard operation
app-config copied to clipboard

Easy Configuration Loader with Strict Validation

Results 56 app-config issues
Sort by recently updated
recently updated
newest added

I'm trying to make this library work with [bun](https://bun.sh/) instead of node, and I think the only thing in the way is openpgp v4. Regardless of whether it will work,...

Hi, While I'm working on some custom parsing extensions, when I declare parsingExtension in my meta file ``` parsingExtensions: - '@my-org/my-config-vault' ``` I've got an error ``` Error: Cannot find...

When installing the `@app-config/main@2` package, you might notice some warnings and a substantial number of dependencies being added: ```bash ❯ npm install @app-config/main@2 npm WARN deprecated [email protected]: Please switch to...

Hello! I want to express my gratitude for your amazing project – it's exactly what I've been searching for all this time! However, I've noticed that the `app-config` doesn't appear...

A common thread in config libraries in other ecosystems is the ability to use CLI args as an augmentation / override. I think supporting a simple set of CLI flag...

enhancement

https://json-schema.org/understanding-json-schema/reference/generic.html#constant-values `const` in the schema gets converted to `any` when running `app-config generate`: ```json { "const": false } ```

https://json-schema.org/understanding-json-schema/reference/object.html#id7 ``` > npx @app-config/cli generate app-config generate Run code generation as specified by meta file General: -C, --cwd Run app-config in the context of this directory [string] -h, --help...

Hey @joelgallant! This should be what we need to get #158 across the finish line. Would you mind taking a look?

Provides a backwards compatible model for `teamMembers` and `encryptionKeys` that respects and segregates the current environment that's active. Before landing: - [x] Using / passing the environmentOptions defined by meta...