@anysola/cli
v0.1.3
Published
Anysola control plane CLI — OAuth2 device flow for headless servers
Downloads
545
Readme
Anysola CLI
Official command-line tool for Anysola. Sign in once from your terminal, then manage your workspace — agents, usage, integrations, and more — without opening the dashboard.
Requirements
- Node.js 22+
Install
npm install -g @anysola/cliOne-off use without installing:
npx @anysola/cli overviewQuick start
anysola login
anysola overviewAfter login, your session is saved locally. Common commands:
anysola whoami # account & workspace
anysola overview # dashboard (alias: dashboard)
anysola agents list # list agents
anysola usage # billing period & limits
anysola activity # recent operations
anysola integrations list # connected services
anysola logout # sign outSign in
anysola login shows a code and a link. Open the link in your browser, sign in to Anysola, and approve the session. No extra setup required — the CLI connects to Anysola automatically.
anysola login --label my-server # optional label in Settings → CLI sessions
anysola logout # revoke session & remove local credentialsCredentials are stored at ~/.anysola/credentials.json (readable only by you).
Commands
anysola login [--label <name>]
anysola logout
anysola whoami
anysola overview dashboard at a glance
anysola agents list|get|create|update|delete|run
anysola usage
anysola activity [--limit N] [--status ok|warn|error|info|all]
anysola audit [--limit N]
anysola settings get|set
anysola integrations list|connect|disconnectScripting — append --json on any command for machine-readable output:
anysola agents list --json
anysola overview --jsonUse -q / --quiet to suppress non-error output.
Security
- Sessions use OAuth; you approve access in the browser like any other Anysola sign-in.
anysola logoutrevokes the session on Anysola and deletes local credentials.- Do not share
~/.anysola/credentials.json.
License
Proprietary software. Copyright © Anysola. All rights reserved.
This package is distributed for use with Anysola only. You may not copy, modify, or redistribute it without permission.
