Replies: 2 comments
I thought you could do this, does it not work? |
0 replies
0 replies
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.
First off, thank you for making this. I know it's early days but it's already going to save a ton of work from our current
mise env-pullthat runsopcommand setup we have going right now, especially with profiles that can clean up our environments, ci, etc.We are looking at implementing this in one of our projects that has 87 secrets and at least 5 different profiles (environments.) The current way to specify profiles requires you to re-iterate all of the secrets every time which is very verbose for us. It would be awesome if there was a way to set up a list of secrets in the default profile and have each profile inherit them but change the provider settings.
I haven't thought of how the syntax for this would work yet, but my first thought would be an include or exclude option under the profile:
All reactions