CLI

CLI Overview

Command-line interface for managing Commet projects

Generate TypeScript types from your Commet dashboard for autocomplete in your code.

Quick Start

pnpm add -g commet
commet login
commet link
commet pull

Commands

CommandDescription
loginAuthenticate with Commet
logoutRemove credentials
linkLink project to organization
pullGenerate TypeScript types
infoShow project status

See Commands for full reference.

How is this guide?