Developer tools

CLI

Operate Nyas from a terminal or automation.

Work from the terminal

The CLI supports guided interactive workflows and stable JSON output for agents and scripts.

sh
curl -LsSf https://app.stage.nyas.io/install.sh | sh

Authentication

Run nyas login explicitly or let an authenticated command begin login when credentials are missing or expired.

Project binding

Deployment commands resolve --project-id first, then a local nyas.toml, then an interactive picker. A conflicting explicit ID is never silently substituted.

Automation

Pass --json for machine-readable output. Destructive commands require --yes when prompting is unavailable.

Open the CLI reference