Usage
Options
| Flag | Type | Description |
|---|---|---|
--mode | sovereign | privy | turnkey | Mode to switch to |
--list | boolean | Show all provisioned modes |
Examples
Output
Switching modes updates the
GLOSSO_MODE value in ~/.glosso/.env. The next time new GlossoWallet() is constructed, it picks up the new mode automatically. Running agents need to be restarted.You can only switch to a mode that has already been provisioned. If you haven’t run
glosso provision --mode privy yet, switching to privy will fail.