Skip to content

Releases: RanchBot/cli

@ranchbot/cli v1.0.0

Choose a tag to compare

@ranchbot-dev ranchbot-dev released this 05 Sep 21:55

Ranch.Bot CLI 1.0.0 brings livestock records to your terminal and compatible agent harnesses.

Requires Node.js 22+ and a Ranch.Bot account with access to a farm.

npm install -g @ranchbot/cli@1.0.0
ranchbot login
ranchbot farms list --json
ranchbot farms use <farm_id>
ranchbot animals list --json
ranchbot logout

Or run npx -y @ranchbot/cli@1.0.0 --help without a global install. Complete login in your browser using the printed URL and code.

Ordinary credentials can write. CLI writes bypass the app review screen and Action-backed Change History; review commands before executing them. Admin imports require an authorized admin account and import scopes. The observer profile is restricted by the server to read-only identity and SMS inspection.

Stop all older CLI/MCP processes before upgrading. Do not delete token lock files while clients are running. CLI and MCP credential caches are separate.

See the README for commands, JSON output, credential profiles, and upgrade details.