@slog-ai/cli
v1.0.6
Published
Slog headless project management — manage tasks, projects, and teams from your terminal. https://slog.ai
Maintainers
Readme
slog CLI
Command-line interface for Slog. Create workspaces, manage tasks, and interact with the Slog API from your terminal.
Development
Run a command against a local server:
npm run dev -- <command>
# Examples
npm run dev -- help
npm run dev -- auth signupThe CLI reads ~/.slog/config.json for the API URL and token. By default it connects to http://localhost:3020.
Publishing to npm
The package is published as @slog-ai/cli.
npm run build
npm login
npm publish --dry-run
npm publish --access public