@dax-studio/cli
v0.1.3
Published
DAX Studio CLI — connect local terminals to MATRIX and Hive
Readme
dax.studio
DAX Studio CLI — connect local terminals to MATRIX and Hive.
Install
# macOS / Linux
npm install -g @dax-studio/cli
# Windows PowerShell (quotes required)
npm install -g "@dax-studio/cli"
# pip (any platform with Python)
pip install dax-studio
# Homebrew (macOS/Linux — coming soon)
brew install dax-studio/tap/daxQuick start
dax auth login # sign in (opens browser — like gcloud auth login)
dax status # workspace status
dax start # resume workspace
dax connect # SSH into workspace (auto cert + heartbeat)
dax vscode # open workspace in VS Code
dax apps # list MATRIX apps
dax ping # keepalive heartbeatHow device auth works
$ dax auth login
╭─ DAX Studio — Device Authorization ─────────────────────────╮
│ Open this URL: https://app.dax.studio/device │
│ Enter this code: WREN-7492 │
╰──────────────────────────────────────────────────────────────╯
Waiting for approval…
✓ Signed in as [email protected]- CLI calls the device authorization API → gets
WREN-7492+device_code - Browser opens automatically (or copy the URL)
- Sign in to DAX Studio, enter the code, click Authorize terminal
- CLI receives session token — stored securely in
~/.config/dax-studio/
