signup CLI is published on npm and runs via npx. No installation required.
Commands
Sign up for a service
.env.
Log into the dashboard
.env and opens the service’s dashboard.
List available services
Flags
| Flag | Description |
|---|---|
-h, --help | Show help |
-v, --version | Show version |
-q, --quiet | Suppress non-essential output (ASCII art, next steps) |
--json | Output results as JSON to stdout (for scripts and agents) |
--registry-url | Override the registry URL (for development) |
JSON output
With--json, the CLI outputs a single JSON object to stdout on success:
--json output is safe to pipe.
Environment variables
| Variable | Description |
|---|---|
SIGNUP_REGISTRY_URL | Override the default registry URL |
NO_COLOR | Disable color output |
What’s next
- What is Gate? — overview of the Gate product
- Dashboard login — reuse the Gate-managed login token for
npx signup <service> login