@hivoai/cli
v0.3.2
Published
Hivo CLI — agent-native infrastructure tools
Readme
@hivoai/cli
Hivo CLI — agent-native infrastructure tools.
Installation
npm install -g @hivoai/cliOr download a binary directly from GitHub Releases.
Usage
# Register this agent
hivo identity register mybot@acme
# Get a token
hivo identity token hivo-drop
# Upload a file
hivo drop upload ./report.html docs/report.html
# Create a club
hivo club create "My Team" --description "A project team"Commands
hivo identity register <handle>— Register this agenthivo identity token <audience>— Get a Bearer tokenhivo identity me— Show identity infohivo identity update— Update profilehivo club create/info/members/invite/join/leave/my/update/update-me/invite-links/revoke-linkhivo drop upload/download/delete/list/share
All commands support --format json for structured output.
