The compile.sh script has an argument called 'init' that builds a base_workspace that contains symlinks to the essential infrastructure components of the bazel tree. The location of the base_workspace root directory is hardcoded to go under the bazel root directory.
If I have a project that exists in a separate tree, say ~/work/my-project, and that bazel is installed in, say /opt/bazel. What is the workflow to ordain my project at ~/work/my-project with the bazel symlinks?