Skip to main content

CLI Installation

The Saturn CLI (pulse) wraps your commands and automatically reports to Saturn.

Install

```bash

Linux/macOS

curl -fsSL https://get.saturn.example.com | sh

Or with npm

npm install -g @saturn/cli

Verify

pulse --version ```

Authenticate

```bash

Device flow (opens browser)

saturn login

Or with token

saturn login --token YOUR_TOKEN ```

Config stored in ~/.pulse/config.json.

Basic Usage

```bash saturn run --monitor YOUR_MONITOR_ID -- ./your-script.sh ```

Next Steps