Safety note

Use a personal phone and personal email when you can. Stay off company devices, company chat, and company accounts for organizing conversations.

CLI

unionize.software CLI

How the command-line interface exposes guides, search, and pathfinder logic without requiring people to scrape the site.

unionize.software CLI

The CLI is the smallest useful interface for people who want the guide corpus outside the browser.

What it does

  • lists guides
  • reads guide pages by slug
  • searches guides by query and optional tag
  • exposes the Start Here schema
  • runs the pathfinder from structured JSON input

Example commands

pnpm unionize guides list
pnpm unionize guides search "retaliation" --tag retaliation
pnpm unionize guides read workplace-mapping
pnpm unionize start schema --json

Why it matters

The CLI gives maintainers, organizers, and local automation a stable way to use the guide corpus without depending on rendered page structure.