# devbox **Repository Path**: mirrors_databricks/devbox ## Basic Information - **Project Name**: devbox - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The Databricks main line of development is now in the monorepo. Please see `devtools/devbox` --- # Devbox syncer A one-way sync from laptop to an EC2 instance. ## Build To prepare an assembly jar, ready to be tested and deployed in the universe/ ``` $ ./mill launcher.assembly ``` The result can be found in `out/launcher/assembly/dest/out.jar` ## Tests To run all tests (takes a long time): ``` $ ./mill devbox.test ``` ## Interactive console (REPL) ``` $ ./mill -i devbox.repl ``` ## Release There is a [Github Action](https://github.com/databricks/devbox/actions?query=workflow%3ARelease) to release Devbox. Just run the workflow on the target branch (usually master) with the new version number and check the [releases](https://github.com/databricks/devbox/releases) page