Cloud Connection
Connect your projects to dotset cloud for analytics, team sync, and centralized security policies.Commands
| Command | Description |
|---|---|
dotset link <id> --token <t> | Connect project to cloud |
dotset shield unlink | Disconnect from cloud |
dotset shield status | Show connection status |
dotset shield sync | Sync security policies |
dotset link
Connect a local project to your cloud dashboard.Prerequisites
- Create a project in the dashboard
- Generate an API token from project settings
- Copy the project ID and token
Options
| Option | Description |
|---|---|
--token, -t | API token from dashboard (required) |
--api-url | Custom API URL for self-hosted |
Output
dotset shield unlink
Disconnect the current project from cloud..dotset/project.json configuration file.
dotset shield status
Check the current cloud connection status.Output
dotset shield sync
Fetch the latest security policies from the cloud.dotset shield run.
Cloud Features
After connecting, you get:- Protection Analytics — View secret exposure stats in your dashboard
- Centralized Policies — Define regex patterns and blocklists in the dashboard
- Team Collaboration — Share projects with team members
- Audit Logs — Track all protection events
Configuration Storage
Link configuration is stored in.dotset/project.json (project-local):
Note: Add.dotset/to your.gitignoreto keep tokens out of version control.