Skip to content

DevilBox CLI

Toan Nguyen edited this page Apr 14, 2025 · 5 revisions

DevilBox CLI aims to protect our fingers from typing too much similar commands days by days.

Usage

cd ~/Workspace
./dvl.sh init

Multi-store Examples

Create parent entry for the application

Screen Shot 2024-06-11 at 12 12 01

Initialize store view, different websites (symlink to the parent one)

Screen Shot 2024-06-11 at 12 13 15

Final structure of projects would look like

Screen Shot 2024-06-11 at 12 13 58

Sync .env and docker-compose.override file

Too lazy with the manual diff sync of env-example with your current .env file? Wanna free your hand and eyes a bit? Here is your cure

cd ~/Workspace
./dvl.sh sync-env

asciicast

Clone this wiki locally