clayzo-cli
v0.1.10
Published
Clayzo CLI - Request product feedback from your terminal
Downloads
1,016
Maintainers
Readme
Clayzo CLI
Request product feedback from your terminal.
Installation
npm install -g clayzo-cliQuick Start
# Login to your Clayzo account
clayzo login
# Request feedback on your current branch
clayzo request-reviewThis will:
- Detect your current Git branch and repository
- Spin up a sandbox for stakeholders to test
- Send a feedback request that appears in their Clayzo inbox
Commands
clayzo login
Authenticate with your Clayzo account. Opens a browser to complete authentication.
clayzo loginclayzo logout
Log out and clear stored credentials.
clayzo logoutclayzo request-review (alias: rr)
Request feedback on your current branch.
# Interactive - prompts for reviewer
clayzo request-review
# Specify options
clayzo rr -r "John Doe" -m "Ready for feedback" -p sev2Options:
| Option | Alias | Description |
|--------|-------|-------------|
| --reviewer <name> | -r | Reviewer name or email |
| --branch <branch> | -b | Branch name (defaults to current) |
| --message <msg> | -m | Message for the reviewer |
| --priority <level> | -p | Priority: sev1 (urgent) to sev4 (low) |
clayzo status (alias: st)
Show status of your feedback requests.
clayzo status
# Include completed requests
clayzo status --allclayzo reviewers
List available reviewers in your team.
clayzo reviewersclayzo whoami
Show your current user and team info.
clayzo whoamiclayzo teams
List teams you belong to.
clayzo teamsclayzo switch-team
Switch to a different team.
clayzo switch-team
clayzo switch-team "My Team"clayzo completions
Set up shell tab completions.
# Install for your shell
clayzo completions install-zsh
clayzo completions install-bash
clayzo completions install-fishExample Workflow
# Work on a feature
git checkout -b feature/new-dashboard
# Make changes and commit
git add .
git commit -m "Add new dashboard"
# Request feedback from stakeholders
clayzo rr -r "Jane" -m "Dashboard ready for feedback"Support
Website: https://clayzo.com
