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
We can add context management to the CLI, allowing users to manage multiple sessions with domain_id and token.
Users can:
Add a context with mg-cli add-context <DomainID> <token> <contextName>
List all contexts using mg-cli list-context
Switch contexts with mg-cli use-context <contextName>
This setup helps manage multiple sessions seamlessly.
We can add context management to the CLI, allowing users to manage multiple sessions with
domain_id
andtoken
.Users can:
Add a context with
mg-cli add-context <DomainID> <token> <contextName>
List all contexts using
mg-cli list-context
Switch contexts with
mg-cli use-context <contextName>
This setup helps manage multiple sessions seamlessly.
LGTM
Originally posted by @arvindh123 in #2468 (review)
The text was updated successfully, but these errors were encountered: