subscribed-cli — Documentation¶
Internal CLI tool for Subscribed. Wraps common developer operations (deploy, log tailing, workflow triggers) behind a single subscribed binary.
Contents¶
- auth — GitHub token setup and management
- deploy — Deploy sites and packages via GitHub Actions
- workflow — Trigger any GitHub Actions workflow
- logs sniff — SSH into a server and tail a log file live
- Development — Local setup, project structure, adding commands and projects
- Publishing — Releasing a new version to GitHub Packages
Quick links¶
| Task | Command |
|---|---|
| Authenticate | subscribed auth login |
| Deploy a site | subscribed deploy |
| Trigger a workflow | subscribed workflow run |
| Tail a server log | subscribed logs sniff |
| Check auth status | subscribed auth status |