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 pullCommands
| Command | Description |
|---|---|
login | Authenticate with Commet |
logout | Remove credentials |
link | Link project to organization |
pull | Generate TypeScript types |
info | Show project status |
See Commands for full reference.
How is this guide?