Replies: 1 comment 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use
misein a monorepo setting and configure everything at the root level. In the various subprojects I use sometimes override these vars (per environment) and actually populate the respective [env]'s with the (environment specific) values.Some of these values are actually (age) encrypted (does not seem to be documented, but age-encryption also works for vars).
misecurrently does not offer a set/encrypted helper for vars, only for env variables (viamise set). While the syntax is not difficult to reproduce (binary output, base64 encoded w/o padding) it would be nice to have this parity.Maybe a new flag for
mise sete.g.--varto set the key / value par in the [vars] section?Beta Was this translation helpful? Give feedback.
All reactions