Caching of remote secrets / expand sync command #316
florian-lackner365
started this conversation in
Ideas
Replies: 3 comments 2 replies
-
|
agreed, it should use a separate file |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
maybe |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
see #317 |
Beta Was this translation helpful? Give feedback.
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.
-
I have a project with a lot of remote secrets. Fetching them on every
cdis too slow to be practical. I stumbled across the sync command, which kind of solves the problem, but not really.The problem is that it overwrites the config file. I imagine that the idea behind it was to commit the synced secrets. I don't want to do that.
Ideally, I'd like for
sync(or another, new command likecache?) to generate a.localoverride. I would put this into a.gitignore.What do you think? I'd be down to give it a go (with codex), unless you prefer to use your seemingly very efficient claude setup 👍
Beta Was this translation helpful? Give feedback.
All reactions