doover-cli

Document Doover CLI commands for app lifecycle management tasks.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/getdoover/doover-skills --skill doover-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doover-cli
Source: https://github.com/getdoover/doover-skills/tree/main/skills/doover-cli
Command: npx skills add https://github.com/getdoover/doover-skills --skill doover-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a complete reference for the Doover CLI commands used to manage application lifecycles, including creation, development, testing, building, publishing, and debugging.

Core Features & Use Cases

  • Comprehensive command reference for doover app operations, including create, run, build, publish, test, lint, format, and channels.
  • Clear examples of command syntax and options to accelerate development workflows.
  • Use Case: A developer needs to scaffold a new app and execute end-to-end tasks from creation to deployment using the CLI.

Quick Start

Run a sample CLI workflow: doover app create --name sample-app --description "Sample App" && doover app run

Frequently Asked Questions about doover-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and run a Doover app from the command line?

Use the Doover CLI to scaffold and execute apps with `doover app create --name [app-name] --description [description]` followed by `doover app run`. These commands initialize your app structure and start it locally for development.

What Doover CLI commands are available for testing and building applications?

Doover CLI provides commands for test, lint, format, build, and publish operations. Run `doover app test` to execute tests, `doover app build` to compile your app, and `doover app publish` to deploy it to remote environments.

Can I use Doover CLI to manage debugging and deployment workflows?

Yes, Doover CLI supports debugging, publishing, and channel management across local and remote environments. Use `doover app debug` for troubleshooting and `doover app publish` with channel options to control deployment targets.

Do I need prior CLI experience to use Doover's command reference?

Familiarity with the Doover CLI is required to effectively use this reference. The Skill documents command syntax, options, and outcomes for developers already working with Doover app management tools.

What's the complete workflow for building and publishing a Doover application?

The end-to-end workflow includes creating an app, running it locally, linting and formatting code, testing, building the compiled output, and publishing to remote channels. Each step corresponds to a discrete Doover CLI command.