Skip to content

Pool Console

Introduction

Pool Console is Doppar's built-in command-line interface (CLI), designed to streamline development and automate common tasks. Located at the root of your application as the pool script, it provides a wide range of helpful commands to assist you during the application development process.

To view a full list of available Pool commands, simply run:

bash
php pool list

This command will display all registered commands grouped by functionality, making it easy to discover what’s available as you build with Doppar.