You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2019. It is now read-only.
|`orbit run`| Displays available Orbit commands. |
129
133
|`orbit run kickoff`| Generates all configuration files, builds the NGINX and PHP-FPM images and starts the containers. It's a combo of `build`, `proxy-up` and `up` commands. |
130
134
|`orbit run shutdown`| Stops all containers. It's a combo of `down` and `proxy-down` commands. |
135
+
|`orbit run workspace`| Connects through ash to the PHP-FPM container. This is where you're able to run useful commands like `composer` and `yarn`. |
136
+
|`orbit run mysql-cli`| Opens the MySQL cli as `root`. On environments <> `local`, it will ask you the MySQL `root` password. |
137
+
138
+
### Others commands
139
+
140
+
**Note:** you should not use them, unless you know what you're doing!
0 commit comments