Pinnate Docs

GitHubApp

CLIs overview

Generate command-line tools from your OpenAPI APIs.

CLIs

Pinnate can generate a CLI from the same OpenAPI APIs you use for SDKs — useful for operators and internal tooling.

Flow

  1. Publish OpenAPI on your API

  2. Create a CLI and attach APIs

  3. Configure binary naming and packaging

  4. Build multi-OS binaries

  5. Publish via connected git / release channels

In docs

- name: CLI
  slug: cli
  cli: payments-cli

See SDK and CLI embeds.

Guides