Documentation Index
Fetch the complete documentation index at: https://umbra.0xcreator.dev/llms.txt
Use this file to discover all available pages before exploring further.
~/.umbra-cli/plugins/<plugin>.json and applies every time that plugin runs — no need to set it again each session.
Resolution order
When a plugin resolves its wallet it checks:- The plugin-specific override set by this command (
~/.umbra-cli/plugins/<plugin>.json) - The global active user from
umbra user use - Throws an error if neither is set
Arguments
| Argument | Description |
|---|---|
<plugin> | Package name of the installed plugin (e.g. jup-earn). |
[username] | Name of the user to activate for this plugin. Must have been added with user add. |
Flags
| Flag | Default | Description |
|---|---|---|
--global | false | Clear the plugin override and fall back to the global active user. |
Output
Examples
See also
user use— set the global active useruser add— register a userplugin add— install a plugin