@replaysafe/cli
v1.0.0
Published
Replaysafe Sentinel CLI - The infrastructure safety layer in your terminal.
Readme
@replaysafe/cli
The Infrastructure Safety Layer in your terminal.
Replaysafe Sentinel CLI is the official command-line interface for monitoring, guarding, and observing your infrastructure heartbeats.
Installation
npm install -g @replaysafe/cliGetting Started
Login with your API Key:
Replaysafe login <your-api-key>Send a Heartbeat manually:
Replaysafe hb <monitor-token>Monitor a Tunnel (Latency + Handshake):
Replaysafe tunnel monitor <monitor-token> --target 8.8.8.8 --interval 60Check ReplayGuard Status:
Replaysafe guard status <execution-id>View Activity Logs:
Replaysafe logs --limit 10Manage Monitors:
# List all monitors Replaysafe monitor list # Add a new Tunnel monitor (as seen in docs) Replaysafe monitor add --type tunnel --name "HQ-Office-VPN" --threshold 180s # Delete a monitor Replaysafe monitor delete <monitor-id>
Features
- Heartbeat Pulses: Simple CLI pings to keep your monitors alive.
- Tunnelight Engine: Continuous latency and handshake monitoring for secure tunnels.
- ReplayGuard Observation: Inspect guarded execution status and side effects.
- Secure Configuration: Uses standard OS-level config stores to keep your keys safe.
License
MIT
