@kittl/cli
v0.0.10
Published
Official command-line interface for [Kittl](https://www.kittl.com).
Keywords
Readme
Kittl CLI
Official command-line interface for Kittl.
Requirements
- Node.js 18 or newer
Install
The package is published as @kittl/cli. The executable is kittl.
# Global install
npm install -g @kittl/cli# Run without installing globally
npx @kittl/cli --helpUsage
Discover commands and flags via --help:
kittl --helpMost commands that call the Kittl API expect you to be signed in:
kittl auth loginDocumentation
Guides and deeper context for the CLI are in the Kittl CLI documentation.
