From e7ecfc705b21bbd31b4579e2b9a35ff118de6b29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 00:25:52 +0900 Subject: [PATCH] Automated documentation update (#22) Co-authored-by: github-actions --- src/micromamba/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/micromamba/README.md b/src/micromamba/README.md index 696b259..4ad888d 100644 --- a/src/micromamba/README.md +++ b/src/micromamba/README.md @@ -17,6 +17,7 @@ Installs micromamba, the fast cross-platform package manager. |-----|-----|-----|-----| | version | Exact version of Micromamba to install, if not latest (must be X.Y.Z) | string | latest | | allowReinstall | Reinstall in case Micromamba already exists | boolean | false | +| autoActivate | Auto activation of base environment | boolean | true | | channels | Space separated list of Conda channels to add | string | - | | packages | Space separated list of packages to install. Should use with the 'channels' option. | string | - | | envFile | Path of the an environment file (spec file) in the container. Referenced by the `micromamba create` command's `-f` option | string | - |