Togalma CLI
Ready to order

Order lunch
without leaving your terminal.

Authenticate with phone + PIN, browse today’s menu, build a cart, then pay with Wave. Your PIN is never stored. A local session token is saved on your machine.

npm i -g @togalma/cli
Shortcuts: j/k scroll • / focus the demo terminal
togalma@togalma.com:~
Try help, togalma --help, togalma menu

                                
$
Demo terminal: type real CLI commands (ex: togalma auth login, togalma order create).
Typical flow
From login to Wave payment
Use the CLI end‑to‑end in a few commands.
$ togalma auth login
Enter your phone and PIN (masked). A local session token is saved.
Logged in
$ togalma menu
Browse today’s items (stock is shown; out‑of‑stock items are blocked).
Then: togalma order create
$ togalma order create
Keyboard-first ordering: pick category, item, variant, quantity, address.
Order created → pay with Wave
Cheatsheet
Install, then run:
$ togalma auth login
$ togalma menu
$ togalma order create
$ togalma order pay recXXXXXXXXXXXXXXX
Features
Built for keyboard‑first ordering
Real behaviors from the CLI.

Interactive menu + cart

Navigate items by category, pick variants, set quantities, and review your cart before checkout.

PIN never stored

Your PIN is only typed to log in. A local session token is stored on your machine.

Stock-aware

Out‑of‑stock items are clearly marked and blocked during selection.

Wave payment

Wave checkout opens in your browser. The CLI can poll until payment is confirmed.

Install
One command. Zero context switches.
Node 18+ recommended.
Hint: press / to focus the terminal input.
npm i -g @togalma/cli
togalma --help
Get access
New user? Register in the CLI
If you don’t have an account yet, run togalma auth register. You’ll enter your full name and phone number, and your PIN is sent via WhatsApp.
New user
$ togalma auth register
Then: togalma auth login
Already have an account
$ togalma auth login
Your PIN is never stored. Only a local session token is saved on your machine.
Optional
Sound for copy + terminal bell.
Shortcuts: j/k scroll • / focus.