@build-on-record/cli
v1.5.0
Published
CLI for Build on Record - log your build progress from the command line
Maintainers
Readme
@build-on-record/cli
CLI for Build on Record - log your build progress from the command line.
Installation
npm install -g @build-on-record/cliQuick Start
Login to your Build on Record account:
bor loginSet a project to log to:
bor project set <project-slug>Log your progress:
bor "Implemented user authentication"
Commands
Authentication
bor login # Login with email/password
bor logout # Logout and clear credentials
bor whoami # Show current userProjects
bor project list # List your projects
bor project set <slug> # Set default project for logging
bor project show # Show current default projectLogging
bor log # Interactive log entry
bor log -t "Title" -c "Content" # Quick log with title and content
bor "Quick message" # Shorthand for quick loggingConfiguration
bor config show # Show current configuration
bor config url # Show/set API URL
bor config reset # Reset to defaultsAPI URL Configuration
By default, the CLI connects to the production API. You can configure a different URL:
# Use production (default)
bor config url production
# Use staging
bor config url staging
# Use custom URL
bor config url https://your-api.example.comRequirements
- Node.js 18 or higher
- A Build on Record account
Links
License
MIT
