Skip to main content

Command Overview

beacon cloud cursor install-hooks merges Beacon hooks into project-level Cursor cloud hook settings.
Command syntax
beacon cloud cursor install-hooks
Use install-hooks from setup scripts when .cursor/hooks.json may already contain non-Beacon hooks. The command preserves unrelated hook entries and replaces older Beacon-managed Cursor hook commands.

Examples

Merge Beacon hooks into project-level Cursor cloud hook settings:
Merge Beacon hooks into project-level Cursor cloud hook settings
beacon cloud cursor install-hooks \
  --binary-path /tmp/beacon/bin/beacon-hooks \
  --log-path /tmp/beacon/runtime.jsonl \
  --hooks-json .cursor/hooks.json

beacon cloud

Review cloud command group behavior.

beacon cloud cursor print-hooks

Print project-level Cursor hook settings for a cloud sandbox.

Cursor Cloud Agents

Configure Cursor cloud agent telemetry and GCS upload end to end.