Configuring Development Mode
You can start the development mode for your project using devspace dev
.
The configuration options for the development mode are located in the dev
section of the devspace.yaml
.
dev:
ports: ... # Port-Forwarding to make your application accessible on localhost
open: ... # Auto-Open to open URLs after deploying a project in development mode
sync: ... # File Synchronzation to sync files between local workspace and remote containers
logs: ... # Log Streaming to configure which container logs should be streamed
autoReload: ... # Auto-Reload to automatically redeploy your project when major changes occur to specific files
interactive: ... # Interactive Mode for starting containers in sleep mode and opening an interactive terminal session.
Take a look at the following pages for details on how to configure each section of the dev
config: