Command line interface for Retool, a low-code platform for building internal tools. Current stable version is 1.0.29. This CLI enables developers to create, manage, and deploy Retool apps from the terminal, including signup, login, and project scaffolding. It is the primary interface for programmatic interaction with Retool outside of the web UI. Differentiators include tight integration with Retool's platform, support for custom commands via a plugin-like architecture, and a focus on developer experience with TypeScript types. Release cadence is irregular as it's maintained by Retool, with updates typically aligned with platform changes.
npm install retool-cliVerified import paths — ran on the pinned version, not inferred.
Installs the CLI globally, signs up for a Retool account, logs in, and creates a new app from a blank template.
Configure npm prefix or use npx instead of global install.
Use the Retool web UI at https://retool.com to create an account.
Upgrade Node.js to v12 or later (recommended: v16+).
Only place command modules in `src/commands/`; place utilities in `src/utils/`.
Use a version manager like nvm or configure npm prefix: npm config set prefix '~/.npm-global'
Run 'npm install -g retool-cli' again or use 'npx retool' instead.
No dependency data recorded yet.