Flexkit CLI
The Flexkit CLI lets you authenticate, manage projects, and deploy schema updates from your terminal.
Install
Terminal
pnpm add -g @flexkit/cliUpdating Flexkit CLI
The easiest way to update the Flexkit CLI is by running the installation command yet again.
Terminal
pnpm add -g @flexkit/cli@latestUsage
flexkit [options] <command>Available Commands
deploy: Deploy the current schema and observe progress in real time.project: Manage projects (ls,add,rm).login: Authenticate your CLI session.logout: Remove local credentials and log out.whoami: Print the currently authenticated user.help: Show usage for the CLI or a specific command.
Command Reference
Last updated on