configorama
configorama copied to clipboard
⚙️ ${variable} support for config files
Safe evaluate `${eval(${var1} > ${var2})}` // true via something like https://github.com/dy/subscript
- https://github.com/codsen/codsen/tree/main/packages/json-variables - https://github.com/arlac77/config-expander + https://github.com/arlac77/x-expression/blob/master/tests/files-test.mjs
https://github.com/davestewart/alias-hq
https://github.com/jacob-meacham/serverless-plugin-git-variables/
Interesting `${find:CognitoUserPoolId:yourUserPoolName}` syntax for querying a given account to find the correct value https://github.com/steveperkins/serverless-find-resource
https://github.com/serverless/serverless/pull/7755/files
`${if(value === otherValue)}` >> true/false Comparators | == != =~ !~ -- | -- Logical operators | \|\| && Integers | 12345 Strings | 'feature-branch' "feature-branch" Booleans | true false...
`${date:yyyyMMdd}` ¯\_(ツ)_/¯ Maybe cool?
Honest question: how is this different from jsonnet?
https://github.com/npm/ini