Skip to content

Commands

Clive Walkden edited this page Jun 20, 2025 · 1 revision

The commands available in Anvil are:

  • check: Checks the current Docker environment and configuration.
  • cleanup: Cleans up the Docker environment by removing project containers, images, and volumes.
  • optimise: Optimizes the Docker environment by cleaning up unused resources.
  • restart: Restarts the Docker containers using the current configuration.
  • start: Starts the Docker containers using the synced templates.
  • status: Displays the status of the Docker containers.
  • stop: Stops the running Docker containers. Use the --optimise flag to clean up unused resources.
  • sync: Syncs the Docker template files based on the configuration. Use the --force flag to overwrite existing files.

Clone this wiki locally