
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
Developer-first CLI for daily standups
ClerkMate is a developer-first CLI tool that replaces messy daily standups with structured logs and AI-powered summaries — like Git commits for daily work.
$ npm install -g clerkmate
$ clerkmate [COMMAND]
$ cm [COMMAND] # alias
running command...
$ clerkmate --version
clerkmate/1.0.0 darwin-arm64 node-v22.13.1
$ clerkmate --help [COMMAND]
USAGE
$ clerkmate COMMAND
...
clerkmate --helpDeveloper-first CLI for daily standups
VERSION
clerkmate/1.0.0 darwin-arm64 node-v22.13.1
USAGE
$ clerkmate [COMMAND]
COMMANDS
log Log a daily standup entry
login Login to ClerkMate
logout Logout from ClerkMate
logs View recent standup logs
summary Display weekly summary
sync Sync local standups to backend
whoami Display the currently logged in user
clerkmate logLog a daily standup entry
USAGE
$ clerkmate log [-D <value>] [-y <value>] [-t <value>] [-b <value>] [-q] [-s]
FLAGS
-D, --date=<value>
-b, --blockers=<value>
-q, --quick
-s, --sync
-t, --today=<value>
-y, --yesterday=<value>
DESCRIPTION
Log a daily standup entry
EXAMPLES
$ clerkmate log
$ clerkmate log --date 2023-09-15 --yesterday "Worked on X" --today "Working on Y" --blockers "None" --sync
$ clerkmate log --quick --today "Working on Y"
See code: src/commands/log.ts
clerkmate loginLogin to ClerkMate
$ clerkmate login [-w]
FLAGS
-w, --web Login via browser instead of CLI token
DESCRIPTION
Login to ClerkMate
EXAMPLES
$ clerkmate login
$ clerkmate login --web
See code: src/commands/login.ts
clerkmate logoutLogout from ClerkMate
USAGE
$ clerkmate logout
DESCRIPTION
Logout from ClerkMate
EXAMPLES
$ clerkmate logout
See code: src/commands/logout.ts
clerkmate logsView recent standup logs
USAGE
$ clerkmate logs [-d <value>] [-u]
FLAGS
-d, --days=<value> [default: 7] Number of past days to show
-u, --unsynced Show only unsynced standups
DESCRIPTION
View recent standup logs
EXAMPLES
$ clerkmate logs
$ clerkmate logs --days 3 --unsynced
See code: src/commands/logs.ts
clerkmate summaryDisplay weekly summary
USAGE
$ clerkmate summary
DESCRIPTION
Display weekly summary
EXAMPLES
$ clerkmate summary
See code: src/commands/summary.ts
clerkmate syncSync local standups to backend
USAGE
$ clerkmate sync
DESCRIPTION
Sync local standups to backend
EXAMPLES
$ clerkmate sync
See code: src/commands/sync.ts
clerkmate whoamiDisplay the currently logged in user
USAGE
$ clerkmate whoami
DESCRIPTION
Display the currently logged in user
EXAMPLES
$ clerkmate whoami
FAQs
Developer-first CLI for daily standups
The npm package clerkmate receives a total of 5 weekly downloads. As such, clerkmate popularity was classified as not popular.
We found that clerkmate demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.