# Umbra CLI ## Docs - [v0.2.0](https://umbra.0xcreator.dev/changelog/v0.2.0.md): Multi-user key management, managed wallet providers, and a rebuilt command layer. - [v0.2.2](https://umbra.0xcreator.dev/changelog/v0.2.2.md): Plugin system, interactive token picker, and a smoother release pipeline. - [config get](https://umbra.0xcreator.dev/commands/config/get.md): Print one or all CLI configuration values. - [config set](https://umbra.0xcreator.dev/commands/config/set.md): Set a CLI-wide configuration value. - [eta balance](https://umbra.0xcreator.dev/commands/eta/balance.md): Check your encrypted token balances. - [eta convert](https://umbra.0xcreator.dev/commands/eta/convert.md): Convert an MXE-encrypted balance to shared mode so it can be withdrawn. - [eta deposit](https://umbra.0xcreator.dev/commands/eta/deposit.md): Move tokens from your public wallet into an encrypted balance. - [eta withdraw](https://umbra.0xcreator.dev/commands/eta/withdraw.md): Move tokens from your encrypted balance back to a public wallet. - [plugin add](https://umbra.0xcreator.dev/commands/plugin/add.md): Install a plugin from npm. - [plugin list](https://umbra.0xcreator.dev/commands/plugin/list.md): List installed plugins. - [plugin remove](https://umbra.0xcreator.dev/commands/plugin/remove.md): Uninstall a plugin. - [plugin use](https://umbra.0xcreator.dev/commands/plugin/use.md): Set the active user for a specific plugin. - [register](https://umbra.0xcreator.dev/commands/register.md): Publish your on-chain Umbra user account. - [user add](https://umbra.0xcreator.dev/commands/user/add.md): Add a signer user backed by a local keypair or a managed wallet provider. - [user list](https://umbra.0xcreator.dev/commands/user/list.md): List all configured users and their signer backends. - [user remove](https://umbra.0xcreator.dev/commands/user/remove.md): Remove a user and optionally delete its master seed and keychain secrets. - [user use](https://umbra.0xcreator.dev/commands/user/use.md): Set the active user for all subsequent commands. - [utxo claim](https://umbra.0xcreator.dev/commands/utxo/claim.md): Scan for and claim all unspent stealth UTXOs belonging to you. - [utxo create](https://umbra.0xcreator.dev/commands/utxo/create.md): Create a new stealth UTXO in the mixer pool. - [utxo scan](https://umbra.0xcreator.dev/commands/utxo/scan.md): Scan the chain for unspent stealth UTXOs belonging to you. - [Introduction](https://umbra.0xcreator.dev/introduction.md): Privacy-preserving token transfers on Solana, from your terminal. - [Quickstart](https://umbra.0xcreator.dev/quickstart.md): Get from zero to your first private transfer in minutes. ## OpenAPI Specs - [openapi](https://umbra.0xcreator.dev/api-reference/openapi.json)