Thanks for improving Flatkey CLI.
git clone https://github.com/flatkey-ai/flatkey-cli.git
cd flatkey-cli
npm install
npm testnode bin/flatkey.js --version
node bin/flatkey.js help --ai
node bin/flatkey.js image generate --prompt "test" --dry-run --jsonRun all tests before opening a PR:
npm testLive tests require FLATKEY_API_KEY and can spend credits. Keep routine tests mocked or --dry-run.
- Keep changes small and focused.
- Add or update tests for behavior changes.
- Do not commit API keys, generated media, or local config.
- Use
--dry-runexamples when possible.