@nexvora/cli
v0.1.2
Published
NexVora command-line interface — login, status, delegate, wallet. Wraps the native nexvora-daemon binary over IPC.
Maintainers
Readme
@nexvora/cli
Command-line interface for the NexVora platform. Wraps the native
nexvora-daemon binary so you can authenticate, check status, and (soon)
delegate tasks from any terminal.
Install
npm install -g @nexvora/cliYou also need the native daemon binary on your PATH. Install via your
platform installer (see https://nxvora.online/download) or build from the
nexvora-daemon Rust workspace.
Usage
# Authenticate this device via OAuth Device Grant
nexvora login
# Check daemon health
nexvora status
# Revoke and sign out
nexvora logoutHow it works
login and logout shell out to nexvora-daemon login / logout so
the OAuth Device Grant flow runs in the same process that owns the
keychain entry. status and other read-only commands speak JSON-RPC
2.0 over the daemon's IPC socket (~/.nexvora/ipc.sock on POSIX,
\\.\pipe\nexvora-helper on Windows).
To point at a non-default daemon binary set NEXVORA_DAEMON_BIN:
NEXVORA_DAEMON_BIN=/custom/path/nexvora-daemon nexvora loginLicense
UNLICENSED — internal NexVora package; published to npm for distribution.
