Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hedera-0c6e0218-514-egress-ports.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Full Command Reference

Add a new plugin to the plugin-management state and enable it. Provide --path for a custom plugin directory, or --name for a built-in plugin name (resolved under the CLI plugins directory). One of the two is required.
-p, --path
string
Filesystem path to the plugin directory containing manifest.js
-n, --name
string
Name of a default plugin to add (for example account, token). Use --path for custom plugins.
Remove a plugin from the plugin-management state.
-n, --name
string
required
Name of the plugin to remove from the state
Enable a plugin by name in the plugin-management state.
-n, --name
string
required
Name of the plugin to enable
Disable a plugin by name in the plugin-management state.
-n, --name
string
required
Name of the plugin to disable.
Show all loaded plugins.
Clear plugin-management state. Custom plugins will be removed. Prompts for confirmation unless confirmations are skipped globally.
Show detailed information about a specific plugin.
-n, --name
string
required
Name of the plugin for information display