Skip to main content

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 plugin add <plugin> [--force]
Downloads and installs a plugin package from npm. Plugins extend the CLI with new commands — they are regular npm packages distributed independently. After installation the plugin’s commands are available immediately without restarting the CLI.

Arguments

ArgumentDescription
<plugin>npm package name to install. Scoped packages (@org/name) are supported.

Flags

FlagDefaultDescription
--forcefalseForce reinstall even if the plugin is already present.

Examples

umbra plugin add jup-earn
umbra plugin add @myorg/umbra-plugin-defi
umbra plugin add jup-earn --force

See also