Skip to content
Alexandre Jardin edited this page Feb 5, 2022 · 2 revisions

origami configure:phpstorm

Copies the PhpStorm configuration associated with the current environment.


origami data

Shows real-time usage statistics of the running environment.


origami database:details

Shows the database details of the running environment.


origami database:dump

Generates a database dump of the running environment.


origami:database:reset

Recreates the database volume of the running environment.


origami database:restore

Restores a database dump of the running environment.


origami debug

Shows system information and the configuration of the current environment.


origami install

Installs an environment for the project in the current directory.


origami logs [--tail=XX] [service]

Shows the logs generated in real-time by the running environment.

By default, this command only shows new entries. You can use the --tail=XX option to view previous entries, and filter the output by specifying the name of a service (php for example).


origami php

Opens a terminal on the php service to interact with it.


origami prepare

Prepares Docker images (i.e. pull and build) of a previously installed environment.


origami ps

Shows the status of the running environment services.


origami registry

Shows the list and status of all previously installed environments.


origami restart

Restarts an environment previously started.


origami root

Shows instructions for configuring your terminal to manually use Docker commands.


origami start

Starts an environment previously installed.


origami stop

Stops an environment previously started.


origami uninstall

Uninstalls an environment by deleting all Docker data and associated configuration.

You can either run this command from the directory where the project has been installed, or pass its name as an argument to the command.


origami update

Updates the configuration of a previously installed environment.

This command must be run after each origami update to ensure that you benefit from all the latest improvements. Your manual changes are overwritten by this action.