dev-env
The dev-env group manages the data and settings of your local development environment. Use it to wipe the dev environment back to a clean state, and to configure VS Code and AI tooling with recommended settings, extensions, and Python paths for all your bricks.
dev-env reset
Resets the data of your development environment. You are prompted to confirm before anything is deleted; if you decline, nothing happens. Production data is not affected — only the local dev environment is wiped.
gws dev-env reset
# Wipe the local dev environment (you will be asked to confirm)
gws dev-env reset
dev-env configure
Configures VS Code with recommended settings, extensions, and Python paths for all bricks. It can also set up AI code instruction files (.github/) in your user bricks, and optionally delete any previously generated files before regenerating them.
gws dev-env configure [OPTIONS]
# Configure VS Code for the dev environment
gws dev-env configure
# Regenerate everything from scratch and set up AI instruction files in bricks
gws dev-env configure --force --configure-bricks