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
This is difficult because we only know the scope<>service relation at the time they are added.
Do you have a solution? Or should we just document that there may be left over un-needed scopes and the developer should remove them manually.
@purplecabbage I have a POC working locally where I'm basically mimicking what aio app add service does to update the local env here, which is just to re-download the project's config from Console
However, one quirk is that when going from 1 service to 0, the meta scopes env var is set to the following:
_meta__scopes=["example_sdk"]
Which does not seem to be what we want. Tracing the code up through the console libs, I don't see anywhere where we are adding this if meta scopes is null or something like that, so it must be what the Console API itself is returning
The command updates
.aio
but it does not remove the service scope from the..._meta__scopes
environment variable in.env
.Example
User removes Asset Compute Service
The
"asset_compute_meta"
value above should be removed.The text was updated successfully, but these errors were encountered: