Cue

Cue CLI

Manage events from your terminal.

Install with Homebrew

$ brew install vegardlu/cue/cue-cli

Requires Homebrew on macOS.

Get started

1

Sign in

$ cue auth login

Opens your browser for Google sign-in. You can also use email: cue auth login --email

2

View your events

$ cue events list

See all your upcoming events at a glance.

3

Create an event

$ cue events create

Follow the interactive prompts to set a title, propose times, and invite friends.

4

Respond to an invitation

$ cue respond 42

Accept or decline, and pick the times that work for you.

Shell completions

Enable tab completion for your shell:

# zsh

$ echo 'source <(cue completion zsh)' >> ~/.zshrc

# fish

$ cue completion fish > ~/.config/fish/completions/cue.fish

Works with JSON

Add --json to any command for machine-readable output. Pipe to jq, feed to scripts, or let AI agents use it.

Real-time updates

Run cue watch to stream live event updates as they happen.

Stays logged in

Your session persists in the macOS Keychain — no need to log in every time.

Learn more about Cue

Also available on iOS and web.