You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "${CYAN}--images <images>${NC} Comma-separated list of images to build (env: BUILD_IMAGES, default: ${DEFAULT_BUILD_IMAGES})."
64
-
echo -e "${CYAN}--docker${NC} Build docker image instead of local install (env: DOCKER_MODE, default: ${DEFAULT_DOCKER_MODE})."
65
-
echo -e "${CYAN}--github-token-file <file>${NC} Path to a file containing a GitHub token used for authenticated operations (e.g. cloning private repos, accessing the API)."
66
-
echo -e "${CYAN}--extra-docker-args <args>${NC} Extra arguments passed to docker build (env: EXTRA_DOCKER_ARGS)."
echo -e "${CYAN}--images <images>${NC}Comma-separated list of images to build (env: BUILD_IMAGES, default: ${DEFAULT_BUILD_IMAGES})."
64
+
echo -e "${CYAN}--docker${NC}Build docker image instead of local install (env: DOCKER_MODE, default: ${DEFAULT_DOCKER_MODE})."
65
+
echo -e "${CYAN}--github-token-file <file>${NC}Path to a file containing a GitHub token used for authenticated operations (e.g. cloning private repos, accessing the API)."
0 commit comments