Back to integrations

CLI Integration

Manage Pikarama from your terminal with our command-line interface.

Installation

npm install -g @pikarama/cli

Requires Node.js 18 or later

Setup

  1. Install the CLI globally using npm
  2. Run pikarama login to authenticate
  3. Follow the prompts to connect your account
pikarama login

Interactive Menu

β—†  🎯 Pikarama β€” What would you like to do?
β”‚  β—‹ πŸ‘₯ Browse Groups
β”‚  β—‹ πŸ“‹ Browse Events
β”‚  β—‹ βž• Create Event
β”‚  β—‹ πŸ“Š Create Poll
β”‚  β—‹ πŸ”„ Repeat Event
β”‚  β—‹ ⭐ View Karma
β”‚  β—‹ πŸšͺ Logout
β”‚  β—‹ ← Exit

Features

  • β€’ Interactive TUI for easy navigation
  • β€’ Browse your groups and events
  • β€’ Create events and polls
  • β€’ Repeat previous events
  • β€’ Submit picks and vote
  • β€’ View karma standings

Commands

pikarama

Launch interactive menu

pikarama groups

List your groups

pikarama events

List events with optional filters

pikarama poll

Create a quick poll

pikarama karma

View karma for a group

Example Usage

# Start interactive mode
pikarama

# Or use direct commands
pikarama groups
pikarama events --status voting
pikarama poll --json
Pikarama β€” Fair Group Decisions