Fleetbo CLI (version 1.0.250) is the official command-line interface for the Fleetbo platform, engineered to streamline the development and deployment of native mobile applications built with React. This tool is actively maintained, with new releases likely synchronized with updates to the broader Fleetbo platform, though a specific public release cadence is not explicitly defined. It distinguishes itself by offering a suite of specialized commands tailored for the Fleetbo ecosystem's mobile development workflows, encompassing initial project setup, automated page scaffolding, and platform-specific build processes for both Android and iOS. A key differentiator is its 'AI Architect Mode' (Alex), indicating integration with AI-powered development assistance. The CLI functions as a comprehensive project scaffold, code generator, and build orchestrator, aiming to simplify the intricacies of React Native development within the Fleetbo framework.
npm install fleetbo-cockpit-cliNo compatibility data collected yet for this library.
Demonstrates generating a new page component within a Fleetbo project using the CLI.
Upgrade your Node.js installation to version 16.0.0 or higher using nvm (Node Version Manager) or by downloading the latest LTS from nodejs.org.
Ensure your project's `.env` file contains all necessary configuration keys as specified in the Fleetbo documentation, with correct values for your project.
Navigate to the root directory of your Fleetbo project before executing any `fleetbo-cli` commands that operate on project files.
Update Node.js to version 16.0.0 or higher. For example, `nvm install 16 && nvm use 16` or `nvm install --lts`.
Verify that `REACT_APP_ENTERPRISE_ID=your_project_id` is correctly set in your project's `.env` file.
Change your current working directory to the root of your Fleetbo project before running the command.
No dependency data recorded yet.