@@ -293,6 +293,7 @@ nano, ncdu, parallel, procps, shellcheck, sudo, tini, tree, unzip, vim, zsh
293293| ` EXTRA_DATALAD ` | ` "" ` | Set to ` "1" ` to enable DataLad |
294294| ` EXTRA_JJ ` | ` "" ` | Set to ` "1" ` to enable Jujutsu |
295295| ` EXTRA_DENO ` | ` "" ` | Set to ` "1" ` to enable Deno |
296+ | ` EXTRA_ENTIRE ` | ` "" ` | Set to ` "1" ` to enable Entire CLI |
296297| ` JJ_VERSION ` | ` 0.38.0 ` | Jujutsu version |
297298| ` DENO_VERSION ` | ` "" ` | Deno version (empty = latest) |
298299| ` GIT_DELTA_VERSION ` | ` 0.18.2 ` | git-delta version |
@@ -307,6 +308,7 @@ nano, ncdu, parallel, procps, shellcheck, sudo, tini, tree, unzip, vim, zsh
307308| ` datalad ` | ` uv tool install --with datalad-container --with datalad-next datalad ` |
308309| ` jj ` | Musl binary from GitHub release + zsh completion |
309310| ` deno ` | Deno JS/TS runtime via install script + zsh/bash PATH setup |
311+ | ` entire ` | Entire CLI via temporary Go toolchain install (` entireio/cli ` v0.5.3) |
310312
311313### Container Environment
312314
@@ -337,7 +339,7 @@ setup-yolo.sh [OPTIONS]
337339| ` --build=MODE ` | ` auto ` | ` auto ` , ` yes ` , ` no ` | Image build control |
338340| ` --install=MODE ` | ` auto ` | ` auto ` , ` yes ` , ` no ` | Script install control |
339341| ` --packages=PKGS ` | ` "" ` | comma/space-separated | Extra apt packages |
340- | ` --extras=EXTRAS ` | ` "" ` | ` cuda ` , ` playwright ` , ` datalad ` , ` jj ` , ` deno ` , ` all ` | Predefined extras |
342+ | ` --extras=EXTRAS ` | ` "" ` | ` cuda ` , ` playwright ` , ` datalad ` , ` jj ` , ` deno ` , ` entire ` , ` all ` | Predefined extras |
341343
342344### Build Behavior
343345
0 commit comments