-
Notifications
You must be signed in to change notification settings - Fork 4
Available Commands
Copies the PhpStorm configuration associated with the current environment.
Shows real-time usage statistics of the running environment.
Shows the database details of the running environment.
Generates a database dump of the running environment.
Recreates the database volume of the running environment.
Restores a database dump of the running environment.
Shows system information and the configuration of the current environment.
Installs an environment for the project in the current directory.
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).
Opens a terminal on the php
service to interact with it.
Prepares Docker images (i.e. pull and build) of a previously installed environment.
Shows the status of the running environment services.
Shows the list and status of all previously installed environments.
Restarts an environment previously started.
Shows instructions for configuring your terminal to manually use Docker commands.
Starts an environment previously installed.
Stops an environment previously started.
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.
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.