Skip to main content
The NeetoCal CLI mirrors the v2 REST API. Every command is listed below, grouped by resource. Follow a link for usage, flags, and sample output.

Global flags

These flags work on every command and are left out of the per-command flag tables below. See Configuration and Output formats for details.
FlagDescription
--jsonOutput as JSON
--quietOutput raw data only (no envelope)
--toonOutput in TOON format (token-optimized for AI agents)
--subdomainOverride saved subdomain

automation-rules

Manage automation rules
CommandDescription
neetocal automation-rules createCreate an automation rule
neetocal automation-rules deleteDelete an automation rule
neetocal automation-rules listList all automation rules

availabilities

Manage availabilities
CommandDescription
neetocal availabilities createCreate an availability
neetocal availabilities listList all availabilities
neetocal availabilities showShow an availability
neetocal availabilities updateUpdate an availability

bookings

Manage bookings
CommandDescription
neetocal bookings createCreate a booking
neetocal bookings listList all bookings
neetocal bookings payments createCreate a payment for a booking
neetocal bookings payments updateUpdate a booking payment
neetocal bookings showShow a booking
neetocal bookings updateUpdate a booking

discount-codes

Manage discount codes
CommandDescription
neetocal discount-codes createCreate a discount code

doctor

Diagnose CLI authentication, connectivity, and workspace access
CommandDescription
neetocal doctorDiagnose CLI authentication, connectivity, and workspace access

login

Authenticate to NeetoCal via browser
CommandDescription
neetocal loginAuthenticate to NeetoCal via browser

logout

Sign out and clear saved credentials
CommandDescription
neetocal logoutSign out and clear saved credentials

meeting-templates

Manage meeting templates
CommandDescription
neetocal meeting-templates createCreate a meeting template
neetocal meeting-templates deleteDelete a meeting template
neetocal meeting-templates listList all meeting templates
neetocal meeting-templates showShow a meeting template
neetocal meeting-templates updateUpdate a meeting template

meetings

Manage meetings
CommandDescription
neetocal meetings availabilities createCreate availability for a meeting
neetocal meetings availabilities updateUpdate availability for a meeting
neetocal meetings createCreate a meeting
neetocal meetings deleteDelete a meeting
neetocal meetings durations createCreate a meeting duration
neetocal meetings durations deleteDelete a meeting duration
neetocal meetings durations listList durations for a meeting
neetocal meetings durations showShow a meeting duration
neetocal meetings durations updateUpdate a meeting duration
neetocal meetings listList all meetings
neetocal meetings one-off-linkCreate a one-off link for a meeting
neetocal meetings showShow a meeting
neetocal meetings slotsList available slots for a meeting
neetocal meetings spots createCreate a meeting spot
neetocal meetings spots deleteDelete a meeting spot
neetocal meetings spots listList spots for a meeting
neetocal meetings spots showShow a meeting spot
neetocal meetings spots updateUpdate a meeting spot
neetocal meetings updateUpdate a meeting

packages

Manage packages
CommandDescription
neetocal packages listList all packages
neetocal packages purchases listList purchases for a package
neetocal packages purchases showShow a package purchase
neetocal packages showShow a package

setup

Set up NeetoCal for AI coding assistants
CommandDescription
neetocal setup claudeRegister NeetoCal plugin with Claude Code
neetocal setup codexAdd NeetoCal instructions for OpenAI Codex
neetocal setup copilotAdd NeetoCal instructions for GitHub Copilot
neetocal setup cursorWrite NeetoCal rules for Cursor IDE
neetocal setup geminiAdd NeetoCal instructions for Gemini CLI
neetocal setup windsurfWrite NeetoCal rules for Windsurf IDE

team-members

Manage team members
CommandDescription
neetocal team-members createAdd team members
neetocal team-members deleteDelete a team member
neetocal team-members listList all team members
neetocal team-members showShow a team member
neetocal team-members updateUpdate a team member

version

Print the CLI version
CommandDescription
neetocal versionPrint the CLI version

whoami

Show current authenticated user(s)
CommandDescription
neetocal whoamiShow current authenticated user(s)