You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…cmd (#2091)
fixes#2086
- Recently we added a feature for cf.Manager to sync providers
(1Password & ASM)
- We should not create these managers if they are not used, otherwise we
will prompt the user for 1Password access unnecessarily
- Previously we were creating config + secret managers in `main.go` for
every command, even though it is only needed for these commands:
- `ftl serve`
- `ftl dev`
- `ftl config ...` if there is no controller running
- `ftl secret ...` if there is no controller running
Happens after starting
ftl dev
with about ~12 prompts at first, and then moreThe text was updated successfully, but these errors were encountered: