@mcowger/plexus-cli
v0.0.36
Published
Dynamic command line client for Plexus management APIs
Readme
Plexus CLI
@mcowger/plexus-cli is a Bun-powered command-line client for the Plexus
management API. It discovers the target server's OpenAPI document at runtime,
so documented management operations are available without a CLI update.
Install or run
Run once with Bun:
bunx @mcowger/plexus-cli api listOr install the plexuscli command globally:
bun install -g @mcowger/plexus-cli
plexuscli --helpConnect to Plexus
Set the target URL and management key. The local Plexus dev stack defaults to
password; use a real admin key for non-local instances.
export PLEXUS_URL="http://localhost:<PORT>"
export PLEXUS_ADMIN_KEY=password
plexuscli api call getV0ManagementAuthVerify
plexuscli api listUse --url and --admin-key to override the environment for one invocation.
Agent guidance
Print the packaged skill for complete operational and safety guidance:
plexuscli skill > SKILL.mdThe skill covers discovery, JSON request bodies, paginated reads, debug traces, errors, system logs, and runtime logging/debug configuration.
