WARNING
Only available in Local mode
Project Commands
With this command you can start or stop your project.
Start the project
With the command webdev project start
you can start the project. Executing this command is only neccessary when you use the devEnv with phpstorm. Otherwise the start commands will be done when you open the devcontainer with VS Code or one of their forks.
Internally this command will use the devcontainer CLI to start the devcontainer and all defined create, init and start commands.
Stop the project
The command webdev project stop
will stop all running containers of this project.