{
"name": "mamba",
"description": "Mamba is a reimplementation of the conda package manager in C++",
"subcommands": [
{
"name": "activate",
"description": "Activate an environment",
"options": [
{
"names": [
"--stack"
],
"description": "Stack the environment being activated on top of the previous active environment"
},
{
"names": [
"--no-stack"
],
"description": "Do not stack the environment. Overrides 'auto_stack' setting"
}
],
"args": [
{
"name": "environment"
}
]
},
{
"name": "deactivate",
"description": "Deactivate an environment"
},
{
"name": "clean",
"description": "Remove unused packages and caches",
"options": [
{
"names": [
"-a",
"--all"
],
"description": "Remove index cache, lock files, unused cache packages, and tarballs"
},
{
"names": [
"-i",
"--index-cache"
],
"description": "Remove index cache"
},
{
"names": [
"-p",
"--packages"
],
"description": "Remove unused packages from writable package caches"
},
{
"names": [
"-t",
"--tarballs"
],
"description": "Remove cached package tarballs"
},
{
"names": [
"-f",
"--force-pkgs-dirs"
],
"description": "Remove all writable package caches"
},
{
"names": [
"-l",
"--logfiles"
],
"description": "Remove log files"
},
{
"names": [
"--locks"
],
"description": "Remove lock files"
},
{
"names": [
"-c",
"--tempfiles"
],
"description": "Remove temporary files that could not be deleted earlier due to being in-use. Argument is path(s) to prefix(es) where files should be found and removed",
"takes_arg": true,
"arg": {
"name": "file",
"is_variadic": true,
"template": "filepaths"
}
},
{
"names": [
"-d",
"--dry-run"
],
"description": "Only display what would have been done"
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Can be used multiple times. Once for INFO, twice for DEBUG, three times for TRACE"
},
{
"names": [
"-y",
"--yes"
],
"description": "Do not ask for confirmation"
}
]
},
{
"name": "compare",
"description": "Compare packages between conda environments",
"options": [
{
"names": [
"-n",
"--name"
],
"description": "Name of environment",
"takes_arg": true,
"arg": {
"name": "environment"
}
},
{
"names": [
"-p",
"--prefix"
],
"description": "Full path to environment location (i.e. prefix)",
"takes_arg": true,
"arg": {
"name": "path",
"template": "filepaths"
}
},
{
"names": [
"-h",
"--help"
],
"description": "Show this help message and exit"
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Use once for info, twice for debug, three times for trace"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
}
],
"args": [
{
"name": "file",
"description": "Path to the environment file that is to be compared against",
"template": "filepaths"
}
]
},
{
"name": "create",
"description": "Create a new conda environment from a list of specified packages",
"options": [
{
"names": [
"--clone"
],
"description": "Path to (or name of) existing local environment",
"takes_arg": true,
"arg": {
"name": "env"
}
},
{
"names": [
"--file"
],
"description": "Read package versions from the given file. Repeated file specifications can be passed (e.g. --file=file1 --file=file2)",
"takes_arg": true,
"arg": {
"name": "file",
"template": "filepaths"
}
},
{
"names": [
"--dev"
],
"description": "Use sys.executable -m conda in wrapper scripts instead of CONDA_EXE. This is mainly for use during tests where we test new conda source against old Python versions"
},
{
"names": [
"-n",
"--name"
],
"description": "Name of environment",
"takes_arg": true,
"arg": {
"name": "environment"
}
},
{
"names": [
"-p",
"--prefix"
],
"description": "Full path to environment location (i.e. prefix)",
"takes_arg": true,
"arg": {
"name": "path",
"template": "filepaths"
}
},
{
"names": [
"-c",
"--channel"
],
"description": "They are given (including local directories using the 'file://' syntax or simply a path like '/home/conda/mychan' or '../mychan'). Then, the defaults or channels from .condarc are searched (unless --o",
"takes_arg": true,
"arg": {
"name": "channel"
}
},
{
"names": [
"--use-local"
],
"description": "Use locally built packages. Identical to '-c local'"
},
{
"names": [
"--override-channels"
],
"description": "Do not search default or .condarc channels. Requires --channel"
},
{
"names": [
"--repodata-fn"
],
"description": "Specify name of repodata on remote server. Conda will try whatever you specify, but will ultimately fall back to repodata.json if your specs are not satisfiable with what you specify here. This is use",
"takes_arg": true,
"arg": {
"name": "repodata"
}
},
{
"names": [
"--strict-channel-priority"
],
"description": "Packages in lower priority channels are not considered if a package with the same name appears in a higher priority channel"
},
{
"names": [
"--no-channel-priority"
],
"description": "Package version takes precedence over channel priority. Overrides the value given by conda config --show channel_priority"
},
{
"names": [
"--no-deps"
],
"description": "Do not install, update, remove, or change dependencies. This WILL lead to broken environments and inconsistent behavior. Use at your own risk"
},
{
"names": [
"--only-deps"
],
"description": "Only install dependencies"
},
{
"names": [
"--no-pin"
],
"description": "Ignore pinned file"
},
{
"names": [
"--no-default-packages"
],
"description": "Ignore create_default_packages in the .condarc file"
},
{
"names": [
"--copy"
],
"description": "Install all packages using copies instead of hard- or soft-linking"
},
{
"names": [
"-C",
"--use-index-cache"
],
"description": "Use cache of channel index files, even if it has expired"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Allow conda to perform insecure SSL connections and transfers. Equivalent to setting 'ssl_verify' to 'false'"
},
{
"names": [
"--offline"
],
"description": "Offline mode. Don't connect to the Internet"
},
{
"names": [
"-d",
"--dry-run"
],
"description": "Only display what would have been done"
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Can be used multiple times. Once for INFO, twice for DEBUG, three times for TRACE"
},
{
"names": [
"-y",
"--yes"
],
"description": "Do not ask for confirmation"
},
{
"names": [
"--download-only"
],
"description": "Solve an environment and ensure package caches are populated, but exit prior to unlinking and linking packages into the prefix"
},
{
"names": [
"--show-channel-urls"
],
"description": "Show channel urls. Overrides the value given by conda config --show show_channel_urls"
}
],
"args": [
{
"name": "package_spec",
"description": "Packages to install or update in the conda environment",
"is_variadic": true
}
]
},
{
"name": "info",
"description": "Display information about current conda install",
"options": [
{
"names": [
"-a",
"--all"
],
"description": "Show all information"
},
{
"names": [
"--base"
],
"description": "Display base environment path"
},
{
"names": [
"-e",
"--envs"
],
"description": "List all known conda environments"
},
{
"names": [
"-s",
"--system"
],
"description": "List environment variables"
},
{
"names": [
"--unsafe-channels"
],
"description": "Display list of channels with tokens exposed"
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Use once for info, twice for debug, three times for trace"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
}
]
},
{
"name": "init",
"description": "Initialize conda for shell interaction. [Experimental]"
},
{
"name": "install",
"description": "Installs a list of packages into a specified conda environment",
"options": [
{
"names": [
"--revision"
],
"description": "Revert to the specified REVISION",
"takes_arg": true,
"arg": {
"name": "revision"
}
},
{
"names": [
"--file"
],
"description": "Read package versions from the given file. Repeated file specifications can be passed (e.g. --file=file1 --file=file2)",
"takes_arg": true,
"arg": {
"name": "file",
"template": "filepaths"
}
},
{
"names": [
"--dev"
],
"description": "Use sys.executable -m conda in wrapper scripts instead of CONDA_EXE. This is mainly for use during tests where we test new conda source against old Python versions"
},
{
"names": [
"-n",
"--name"
],
"description": "Name of environment",
"takes_arg": true,
"arg": {
"name": "environment"
}
},
{
"names": [
"-p",
"--prefix"
],
"description": "Full path to environment location (i.e. prefix)",
"takes_arg": true,
"arg": {
"name": "path",
"template": "filepaths"
}
},
{
"names": [
"-c",
"--channel"
],
"description": "They are given (including local directories using the 'file://' syntax or simply a path like '/home/conda/mychan' or '../mychan'). Then, the defaults or channels from .condarc are searched (unless --o",
"takes_arg": true,
"arg": {
"name": "channel"
}
},
{
"names": [
"--use-local"
],
"description": "Use locally built packages. Identical to '-c local'"
},
{
"names": [
"--override-channels"
],
"description": "Do not search default or .condarc channels. Requires --channel"
},
{
"names": [
"--repodata-fn"
],
"description": "Specify name of repodata on remote server. Conda will try whatever you specify, but will ultimately fall back to repodata.json if your specs are not satisfiable with what you specify here. This is use",
"takes_arg": true,
"arg": {
"name": "repodata"
}
},
{
"names": [
"--strict-channel-priority"
],
"description": "Packages in lower priority channels are not considered if a package with the same name appears in a higher priority channel"
},
{
"names": [
"--no-channel-priority"
],
"description": "Package version takes precedence over channel priority. Overrides the value given by conda config --show channel_priority"
},
{
"names": [
"--no-deps"
],
"description": "Do not install, update, remove, or change dependencies. This WILL lead to broken environments and inconsistent behavior. Use at your own risk"
},
{
"names": [
"--only-deps"
],
"description": "Only install dependencies"
},
{
"names": [
"--no-pin"
],
"description": "Ignore pinned file"
},
{
"names": [
"--force-reinstall"
],
"description": "Ensure that any user-requested package for the current operation is uninstalled and reinstalled, even if that package already exists in the environment"
},
{
"names": [
"--freeze-installed",
"--no-update-deps"
],
"description": "Do not update or change already-installed dependencies"
},
{
"names": [
"--update-deps"
],
"description": "Update dependencies"
},
{
"names": [
"-S",
"--satisfied-skip-solve"
],
"description": "Exit early and do not run the solver if the requested specs are satisfied. Also skips aggressive updates as configured by 'aggressive_update_packages'. Similar to the default behavior of 'pip install'"
},
{
"names": [
"--update-all",
"--all"
],
"description": "Update all installed packages in the environment"
},
{
"names": [
"--update-specs"
],
"description": "Update based on provided specifications"
},
{
"names": [
"--copy"
],
"description": "Install all packages using copies instead of hard- or soft-linking"
},
{
"names": [
"-m",
"--mkdir"
],
"description": "Create the environment directory if necessary"
},
{
"names": [
"--clobber"
],
"description": "Allow clobbering of overlapping file paths within packages, and suppress related warnings"
},
{
"names": [
"-C",
"--use-index-cache"
],
"description": "Use cache of channel index files, even if it has expired"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Allow conda to perform insecure SSL connections and transfers. Equivalent to setting 'ssl_verify' to 'false'"
},
{
"names": [
"--offline"
],
"description": "Offline mode. Don't connect to the Internet"
},
{
"names": [
"-d",
"--dry-run"
],
"description": "Only display what would have been done"
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Can be used multiple times. Once for INFO, twice for DEBUG, three times for TRACE"
},
{
"names": [
"-y",
"--yes"
],
"description": "Do not ask for confirmation"
},
{
"names": [
"--download-only"
],
"description": "Solve an environment and ensure package caches are populated, but exit prior to unlinking and linking packages into the prefix"
},
{
"names": [
"--show-channel-urls"
],
"description": "Show channel urls. Overrides the value given by conda config --show show_channel_urls"
}
],
"args": [
{
"name": "package spec",
"description": "Packages to install or update in the conda environment",
"is_variadic": true
}
]
},
{
"name": "list",
"description": "List linked packages in a conda environment",
"options": [
{
"names": [
"--show-channel-urls"
],
"description": "Show channel urls. Overrides the value given by conda config --show show_channel_urls"
},
{
"names": [
"-c",
"--canonical"
],
"description": "Output canonical names of packages only. Implies --no-pip"
},
{
"names": [
"-f",
"--full-name"
],
"description": "Only search for full names, i.e., ^<regex>$"
},
{
"names": [
"--explicit"
],
"description": "List explicitly all installed conda packaged with URL (output may be used by conda create --file)"
},
{
"names": [
"--md5"
],
"description": "Add MD5 hashsum when using --explicit"
},
{
"names": [
"-e",
"--export"
],
"description": "Output requirement string only (output may be used by conda create --file)"
},
{
"names": [
"-r",
"--revisions"
],
"description": "List the revision history and exit"
},
{
"names": [
"--no-pip"
],
"description": "Do not include pip-only installed packages"
},
{
"names": [
"-n",
"--name"
],
"description": "Name of environment",
"takes_arg": true,
"arg": {
"name": "environment"
}
},
{
"names": [
"-p",
"--prefix"
],
"description": "Full path to environment location (i.e. prefix)",
"takes_arg": true,
"arg": {
"name": "path",
"template": "filepaths"
}
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Use once for info, twice for debug, three times for trace"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
}
],
"args": [
{
"name": "regex",
"description": "List only packages matching this regular expression"
}
]
},
{
"name": "package",
"description": "Low-level conda package utility. (EXPERIMENTAL)",
"options": [
{
"names": [
"-w",
"--which"
],
"description": "Given some PATH print which conda package the file came from",
"takes_arg": true,
"arg": {
"name": "Path",
"is_variadic": true
}
},
{
"names": [
"-r",
"--reset"
],
"description": "Remove all untracked files and exit"
},
{
"names": [
"-u",
"--untracked"
],
"description": "Display all untracked files and exit"
},
{
"names": [
"--pkg-name"
],
"description": "Package name of the created package",
"takes_arg": true,
"arg": {
"name": "package_name"
}
},
{
"names": [
"--pkg-version"
],
"description": "Package version of the created package",
"takes_arg": true,
"arg": {
"name": "package_version"
}
},
{
"names": [
"--pkg-build"
],
"description": "Package build number of the created package",
"takes_arg": true,
"arg": {
"name": "package_build"
}
},
{
"names": [
"-n",
"--name"
],
"description": "Name of environment",
"takes_arg": true,
"arg": {
"name": "environment"
}
},
{
"names": [
"-p",
"--prefix"
],
"description": "Full path to environment location (i.e. prefix)",
"takes_arg": true,
"arg": {
"name": "path",
"template": "filepaths"
}
}
]
},
{
"name": "remove",
"description": "Remove a list of packages from a specified conda environment",
"options": [
{
"names": [
"--dev"
],
"description": "Use sys.executable -m conda in wrapper scripts instead of CONDA_EXE. This is mainly for use during tests where we test new conda source against old Python versions"
},
{
"names": [
"-n",
"--name"
],
"description": "Name of environment",
"takes_arg": true,
"arg": {
"name": "environment"
}
},
{
"names": [
"-p",
"--prefix"
],
"description": "Full path to environment location (i.e. prefix)",
"takes_arg": true,
"arg": {
"name": "path",
"template": "filepaths"
}
},
{
"names": [
"-c",
"--channel"
],
"description": "They are given (including local directories using the 'file://' syntax or simply a path like '/home/conda/mychan' or '../mychan'). Then, the defaults or channels from .condarc are searched (unless --o",
"takes_arg": true,
"arg": {
"name": "channel"
}
},
{
"names": [
"--use-local"
],
"description": "Use locally built packages. Identical to '-c local'"
},
{
"names": [
"--override-channels"
],
"description": "Do not search default or .condarc channels. Requires --channel"
},
{
"names": [
"--repodata-fn"
],
"description": "Specify name of repodata on remote server. Conda will try whatever you specify, but will ultimately fall back to repodata.json if your specs are not satisfiable with what you specify here. This is use",
"takes_arg": true,
"arg": {
"name": "repodata"
}
},
{
"names": [
"--all"
],
"description": "Remove all packages, i.e., the entire environment"
},
{
"names": [
"--features"
],
"description": "Remove features (instead of packages)"
},
{
"names": [
"--force-remove",
"--force"
],
"description": "Forces removal of a package without removing packages that depend on it. Using this option will usually leave your environment in a broken and inconsistent state"
},
{
"names": [
"--no-pin"
],
"description": "Ignore pinned file"
},
{
"names": [
"-C",
"--use-index-cache"
],
"description": "Use cache of channel index files, even if it has expired"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Allow conda to perform insecure SSL connections and transfers. Equivalent to setting 'ssl_verify' to 'false'"
},
{
"names": [
"--offline"
],
"description": "Offline mode. Don't connect to the Internet"
},
{
"names": [
"-d",
"--dry-run"
],
"description": "Only display what would have been done"
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Can be used multiple times. Once for INFO, twice for DEBUG, three times for TRACE"
},
{
"names": [
"-y",
"--yes"
],
"description": "Do not ask for confirmation"
}
],
"args": [
{
"name": "package",
"is_variadic": true
}
]
},
{
"name": "uninstall",
"description": "Alias for remove",
"options": [
{
"names": [
"--dev"
],
"description": "Use sys.executable -m conda in wrapper scripts instead of CONDA_EXE. This is mainly for use during tests where we test new conda source against old Python versions"
},
{
"names": [
"-n",
"--name"
],
"description": "Name of environment",
"takes_arg": true,
"arg": {
"name": "environment"
}
},
{
"names": [
"-p",
"--prefix"
],
"description": "Full path to environment location (i.e. prefix)",
"takes_arg": true,
"arg": {
"name": "path",
"template": "filepaths"
}
},
{
"names": [
"-c",
"--channel"
],
"description": "They are given (including local directories using the 'file://' syntax or simply a path like '/home/conda/mychan' or '../mychan'). Then, the defaults or channels from .condarc are searched (unless --o",
"takes_arg": true,
"arg": {
"name": "channel"
}
},
{
"names": [
"--use-local"
],
"description": "Use locally built packages. Identical to '-c local'"
},
{
"names": [
"--override-channels"
],
"description": "Do not search default or .condarc channels. Requires --channel"
},
{
"names": [
"--repodata-fn"
],
"description": "Specify name of repodata on remote server. Conda will try whatever you specify, but will ultimately fall back to repodata.json if your specs are not satisfiable with what you specify here. This is use",
"takes_arg": true,
"arg": {
"name": "repodata"
}
},
{
"names": [
"--all"
],
"description": "Remove all packages, i.e., the entire environment"
},
{
"names": [
"--features"
],
"description": "Remove features (instead of packages)"
},
{
"names": [
"--force-remove",
"--force"
],
"description": "Forces removal of a package without removing packages that depend on it. Using this option will usually leave your environment in a broken and inconsistent state"
},
{
"names": [
"--no-pin"
],
"description": "Ignore pinned file"
},
{
"names": [
"-C",
"--use-index-cache"
],
"description": "Use cache of channel index files, even if it has expired"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Allow conda to perform insecure SSL connections and transfers. Equivalent to setting 'ssl_verify' to 'false'"
},
{
"names": [
"--offline"
],
"description": "Offline mode. Don't connect to the Internet"
},
{
"names": [
"-d",
"--dry-run"
],
"description": "Only display what would have been done"
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Can be used multiple times. Once for INFO, twice for DEBUG, three times for TRACE"
},
{
"names": [
"-y",
"--yes"
],
"description": "Do not ask for confirmation"
}
],
"args": [
{
"name": "package",
"is_variadic": true
}
]
},
{
"name": "run",
"description": "Run an executable in a conda environment",
"options": [
{
"names": [
"-n",
"--name"
],
"description": "Name of environment",
"takes_arg": true,
"arg": {
"name": "environment"
}
},
{
"names": [
"-p",
"--prefix"
],
"description": "Full path to environment location (i.e. prefix)",
"takes_arg": true,
"arg": {
"name": "path",
"template": "filepaths"
}
},
{
"names": [
"-v",
"--verbose"
],
"description": "Use once for info, twice for debug, three times for trace"
},
{
"names": [
"--dev"
],
"description": "Sets `CONDA_EXE` to `python -m conda`, assuming the CWD contains the root of conda development sources"
},
{
"names": [
"--debug-wrapper-scripts"
],
"description": "When this is set, where implemented, the shell wrapper scripts will echo to stderr a lot of debugging information"
},
{
"names": [
"--cwd"
],
"description": "Current working directory for command to run in. Defaults to cwd",
"takes_arg": true,
"arg": {
"name": "directory",
"template": "folders"
}
},
{
"names": [
"--no-capture-output"
],
"description": "Don't capture stdout/stderr"
},
{
"names": [
"--live-stream"
],
"description": "Display the output for the subprocess stdout and stderr on real time"
}
],
"args": [
{
"name": "executable",
"template": "filepaths"
}
]
},
{
"name": "search",
"description": "Search for packages and display associated information. The input is a MatchSpec, a query language for conda packages",
"options": [
{
"names": [
"--envs"
],
"description": "Search all of the current user's environments. If run as Administrator (on Windows) or UID 0 (on unix), search all known environments on the system"
},
{
"names": [
"-i",
"--info"
],
"description": "Provide detailed information about each package"
},
{
"names": [
"--subdir",
"--platform"
],
"description": "Search the given subdir. Should be formatted like 'osx-64', 'linux-32', 'win-64', and so on. The default is to search the current platform",
"takes_arg": true,
"arg": {
"name": "platform"
}
},
{
"names": [
"-c",
"--channel"
],
"description": "They are given (including local directories using the 'file://' syntax or simply a path like '/home/conda/mychan' or '../mychan'). Then, the defaults or channels from .condarc are searched (unless --o",
"takes_arg": true,
"arg": {
"name": "channel"
}
},
{
"names": [
"--use-local"
],
"description": "Use locally built packages. Identical to '-c local'"
},
{
"names": [
"--override-channels"
],
"description": "Do not search default or .condarc channels. Requires --channel"
},
{
"names": [
"--repodata-fn"
],
"description": "Specify name of repodata on remote server. Conda will try whatever you specify, but will ultimately fall back to repodata.json if your specs are not satisfiable with what you specify here. This is use",
"takes_arg": true,
"arg": {
"name": "repodata"
}
},
{
"names": [
"-C",
"--use-index-cache"
],
"description": "Use cache of channel index files, even if it has expired"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Allow conda to perform insecure SSL connections and transfers. Equivalent to setting 'ssl_verify' to 'false'"
},
{
"names": [
"--offline"
],
"description": "Offline mode. Don't connect to the Internet"
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Use once for info, twice for debug, three times for trace"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
}
],
"args": [
{
"name": "query"
}
]
},
{
"name": "update",
"description": "Updates conda packages to the latest compatible version",
"options": [
{
"names": [
"--file"
],
"description": "Read package versions from the given file. Repeated file specifications can be passed (e.g. --file=file1 --file=file2)",
"takes_arg": true,
"arg": {
"name": "file",
"template": "filepaths"
}
},
{
"names": [
"-n",
"--name"
],
"description": "Name of environment",
"takes_arg": true,
"arg": {
"name": "environment"
}
},
{
"names": [
"-p",
"--prefix"
],
"description": "Full path to environment location (i.e. prefix)",
"takes_arg": true,
"arg": {
"name": "path",
"template": "filepaths"
}
},
{
"names": [
"-c",
"--channel"
],
"description": "They are given (including local directories using the 'file://' syntax or simply a path like '/home/conda/mychan' or '../mychan'). Then, the defaults or channels from .condarc are searched (unless --o",
"takes_arg": true,
"arg": {
"name": "channel"
}
},
{
"names": [
"--use-local"
],
"description": "Use locally built packages. Identical to '-c local'"
},
{
"names": [
"--override-channels"
],
"description": "Do not search default or .condarc channels. Requires --channel"
},
{
"names": [
"--repodata-fn"
],
"description": "Specify name of repodata on remote server. Conda will try whatever you specify, but will ultimately fall back to repodata.json if your specs are not satisfiable with what you specify here. This is use",
"takes_arg": true,
"arg": {
"name": "repodata"
}
},
{
"names": [
"--strict-channel-priority"
],
"description": "Packages in lower priority channels are not considered if a package with the same name appears in a higher priority channel"
},
{
"names": [
"--no-channel-priority"
],
"description": "Package version takes precedence over channel priority. Overrides the value given by conda config --show channel_priority"
},
{
"names": [
"--no-deps"
],
"description": "Do not install, update, remove, or change dependencies. This WILL lead to broken environments and inconsistent behavior. Use at your own risk"
},
{
"names": [
"--only-deps"
],
"description": "Only install dependencies"
},
{
"names": [
"--no-pin"
],
"description": "Ignore pinned file"
},
{
"names": [
"--force-reinstall"
],
"description": "Ensure that any user-requested package for the current operation is uninstalled and reinstalled, even if that package already exists in the environment"
},
{
"names": [
"--freeze-installed",
"--no-update-deps"
],
"description": "Do not update or change already-installed dependencies"
},
{
"names": [
"--update-deps"
],
"description": "Update dependencies"
},
{
"names": [
"-S",
"--satisfied-skip-solve"
],
"description": "Exit early and do not run the solver if the requested specs are satisfied. Also skips aggressive updates as configured by 'aggressive_update_packages'. Similar to the default behavior of 'pip install'"
},
{
"names": [
"--update-all",
"--all"
],
"description": "Update all installed packages in the environment"
},
{
"names": [
"--update-specs"
],
"description": "Update based on provided specifications"
},
{
"names": [
"--copy"
],
"description": "Install all packages using copies instead of hard- or soft-linking"
},
{
"names": [
"--clobber"
],
"description": "Allow clobbering of overlapping file paths within packages, and suppress related warnings"
},
{
"names": [
"-C",
"--use-index-cache"
],
"description": "Use cache of channel index files, even if it has expired"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Allow conda to perform insecure SSL connections and transfers. Equivalent to setting 'ssl_verify' to 'false'"
},
{
"names": [
"--offline"
],
"description": "Offline mode. Don't connect to the Internet"
},
{
"names": [
"-d",
"--dry-run"
],
"description": "Only display what would have been done"
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Can be used multiple times. Once for INFO, twice for DEBUG, three times for TRACE"
},
{
"names": [
"-y",
"--yes"
],
"description": "Do not ask for confirmation"
},
{
"names": [
"--download-only"
],
"description": "Solve an environment and ensure package caches are populated, but exit prior to unlinking and linking packages into the prefix"
},
{
"names": [
"--show-channel-urls"
],
"description": "Show channel urls. Overrides the value given by conda config --show show_channel_urls"
}
],
"args": [
{
"name": "package",
"is_variadic": true,
"suggestions": [
"mamba"
]
}
]
},
{
"name": "upgrade",
"description": "Alias for update",
"options": [
{
"names": [
"--file"
],
"description": "Read package versions from the given file. Repeated file specifications can be passed (e.g. --file=file1 --file=file2)",
"takes_arg": true,
"arg": {
"name": "file",
"template": "filepaths"
}
},
{
"names": [
"-n",
"--name"
],
"description": "Name of environment",
"takes_arg": true,
"arg": {
"name": "environment"
}
},
{
"names": [
"-p",
"--prefix"
],
"description": "Full path to environment location (i.e. prefix)",
"takes_arg": true,
"arg": {
"name": "path",
"template": "filepaths"
}
},
{
"names": [
"-c",
"--channel"
],
"description": "They are given (including local directories using the 'file://' syntax or simply a path like '/home/conda/mychan' or '../mychan'). Then, the defaults or channels from .condarc are searched (unless --o",
"takes_arg": true,
"arg": {
"name": "channel"
}
},
{
"names": [
"--use-local"
],
"description": "Use locally built packages. Identical to '-c local'"
},
{
"names": [
"--override-channels"
],
"description": "Do not search default or .condarc channels. Requires --channel"
},
{
"names": [
"--repodata-fn"
],
"description": "Specify name of repodata on remote server. Conda will try whatever you specify, but will ultimately fall back to repodata.json if your specs are not satisfiable with what you specify here. This is use",
"takes_arg": true,
"arg": {
"name": "repodata"
}
},
{
"names": [
"--strict-channel-priority"
],
"description": "Packages in lower priority channels are not considered if a package with the same name appears in a higher priority channel"
},
{
"names": [
"--no-channel-priority"
],
"description": "Package version takes precedence over channel priority. Overrides the value given by conda config --show channel_priority"
},
{
"names": [
"--no-deps"
],
"description": "Do not install, update, remove, or change dependencies. This WILL lead to broken environments and inconsistent behavior. Use at your own risk"
},
{
"names": [
"--only-deps"
],
"description": "Only install dependencies"
},
{
"names": [
"--no-pin"
],
"description": "Ignore pinned file"
},
{
"names": [
"--force-reinstall"
],
"description": "Ensure that any user-requested package for the current operation is uninstalled and reinstalled, even if that package already exists in the environment"
},
{
"names": [
"--freeze-installed",
"--no-update-deps"
],
"description": "Do not update or change already-installed dependencies"
},
{
"names": [
"--update-deps"
],
"description": "Update dependencies"
},
{
"names": [
"-S",
"--satisfied-skip-solve"
],
"description": "Exit early and do not run the solver if the requested specs are satisfied. Also skips aggressive updates as configured by 'aggressive_update_packages'. Similar to the default behavior of 'pip install'"
},
{
"names": [
"--update-all",
"--all"
],
"description": "Update all installed packages in the environment"
},
{
"names": [
"--update-specs"
],
"description": "Update based on provided specifications"
},
{
"names": [
"--copy"
],
"description": "Install all packages using copies instead of hard- or soft-linking"
},
{
"names": [
"--clobber"
],
"description": "Allow clobbering of overlapping file paths within packages, and suppress related warnings"
},
{
"names": [
"-C",
"--use-index-cache"
],
"description": "Use cache of channel index files, even if it has expired"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Allow conda to perform insecure SSL connections and transfers. Equivalent to setting 'ssl_verify' to 'false'"
},
{
"names": [
"--offline"
],
"description": "Offline mode. Don't connect to the Internet"
},
{
"names": [
"-d",
"--dry-run"
],
"description": "Only display what would have been done"
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Can be used multiple times. Once for INFO, twice for DEBUG, three times for TRACE"
},
{
"names": [
"-y",
"--yes"
],
"description": "Do not ask for confirmation"
},
{
"names": [
"--download-only"
],
"description": "Solve an environment and ensure package caches are populated, but exit prior to unlinking and linking packages into the prefix"
},
{
"names": [
"--show-channel-urls"
],
"description": "Show channel urls. Overrides the value given by conda config --show show_channel_urls"
}
],
"args": [
{
"name": "package",
"is_variadic": true,
"suggestions": [
"mamba"
]
}
]
},
{
"name": "repoquery",
"description": "Query repositories using mamba",
"subcommands": [
{
"name": "search",
"description": "Search for packages and display associated information. The input is a MatchSpec, a query language for conda packages",
"options": [
{
"names": [
"-c",
"--channel"
],
"description": "They are given (including local directories using the 'file://' syntax or simply a path like '/home/conda/mychan' or '../mychan'). Then, the defaults or channels from .condarc are searched (unless --o",
"takes_arg": true,
"arg": {
"name": "channel"
}
},
{
"names": [
"--use-local"
],
"description": "Use locally built packages. Identical to '-c local'"
},
{
"names": [
"--override-channels"
],
"description": "Do not search default or .condarc channels. Requires --channel"
},
{
"names": [
"--repodata-fn"
],
"description": "Specify name of repodata on remote server. Conda will try whatever you specify, but will ultimately fall back to repodata.json if your specs are not satisfiable with what you specify here. This is use",
"takes_arg": true,
"arg": {
"name": "repodata"
}
},
{
"names": [
"-C",
"--use-index-cache"
],
"description": "Use cache of channel index files, even if it has expired"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Allow conda to perform insecure SSL connections and transfers. Equivalent to setting 'ssl_verify' to 'false'"
},
{
"names": [
"--offline"
],
"description": "Offline mode. Don't connect to the Internet"
},
{
"names": [
"-C",
"--use-index-cache"
],
"description": "Use cache of channel index files, even if it has expired"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Allow conda to perform 'insecure SSL' connections and transfers. Equivalent to setting 'ssl_verify' to 'false'"
},
{
"names": [
"--offline"
],
"description": "Offline mode. Don't connect to the Internet"
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Can be used multiple times. Once for INFO, twice for DEBUG, three times for TRACE"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
}
],
"args": [
{
"name": "package",
"suggestions": [
"xtensor>=0.18"
]
}
]
},
{
"name": "depends",
"description": "List dependencies for a package",
"options": [
{
"names": [
"-c",
"--channel"
],
"description": "They are given (including local directories using the 'file://' syntax or simply a path like '/home/conda/mychan' or '../mychan'). Then, the defaults or channels from .condarc are searched (unless --o",
"takes_arg": true,
"arg": {
"name": "channel"
}
},
{
"names": [
"--use-local"
],
"description": "Use locally built packages. Identical to '-c local'"
},
{
"names": [
"--override-channels"
],
"description": "Do not search default or .condarc channels. Requires --channel"
},
{
"names": [
"--repodata-fn"
],
"description": "Specify name of repodata on remote server. Conda will try whatever you specify, but will ultimately fall back to repodata.json if your specs are not satisfiable with what you specify here. This is use",
"takes_arg": true,
"arg": {
"name": "repodata"
}
},
{
"names": [
"-C",
"--use-index-cache"
],
"description": "Use cache of channel index files, even if it has expired"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Allow conda to perform insecure SSL connections and transfers. Equivalent to setting 'ssl_verify' to 'false'"
},
{
"names": [
"--offline"
],
"description": "Offline mode. Don't connect to the Internet"
},
{
"names": [
"-C",
"--use-index-cache"
],
"description": "Use cache of channel index files, even if it has expired"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Allow conda to perform 'insecure SSL' connections and transfers. Equivalent to setting 'ssl_verify' to 'false'"
},
{
"names": [
"--offline"
],
"description": "Offline mode. Don't connect to the Internet"
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Can be used multiple times. Once for INFO, twice for DEBUG, three times for TRACE"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
}
],
"args": [
{
"name": "package",
"suggestions": [
"xtensor"
]
}
]
},
{
"name": "whoneeds",
"description": "List packages that require a given package",
"options": [
{
"names": [
"-c",
"--channel"
],
"description": "They are given (including local directories using the 'file://' syntax or simply a path like '/home/conda/mychan' or '../mychan'). Then, the defaults or channels from .condarc are searched (unless --o",
"takes_arg": true,
"arg": {
"name": "channel"
}
},
{
"names": [
"--use-local"
],
"description": "Use locally built packages. Identical to '-c local'"
},
{
"names": [
"--override-channels"
],
"description": "Do not search default or .condarc channels. Requires --channel"
},
{
"names": [
"--repodata-fn"
],
"description": "Specify name of repodata on remote server. Conda will try whatever you specify, but will ultimately fall back to repodata.json if your specs are not satisfiable with what you specify here. This is use",
"takes_arg": true,
"arg": {
"name": "repodata"
}
},
{
"names": [
"-C",
"--use-index-cache"
],
"description": "Use cache of channel index files, even if it has expired"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Allow conda to perform insecure SSL connections and transfers. Equivalent to setting 'ssl_verify' to 'false'"
},
{
"names": [
"--offline"
],
"description": "Offline mode. Don't connect to the Internet"
},
{
"names": [
"-C",
"--use-index-cache"
],
"description": "Use cache of channel index files, even if it has expired"
},
{
"names": [
"-k",
"--insecure"
],
"description": "Allow conda to perform 'insecure SSL' connections and transfers. Equivalent to setting 'ssl_verify' to 'false'"
},
{
"names": [
"--offline"
],
"description": "Offline mode. Don't connect to the Internet"
},
{
"names": [
"--json"
],
"description": "Report all output as json. Suitable for using conda programmatically"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Can be used multiple times. Once for INFO, twice for DEBUG, three times for TRACE"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Do not display progress bar"
}
],
"args": [
{
"name": "package",
"suggestions": [
"xtl"
]
}
]
}
]
},
{
"name": "env",
"description": "Manage environments",
"subcommands": [
{
"name": "list",
"description": "List environments",
"args": [
{
"name": "environment"
}
]
}
]
}
],
"options": [
{
"names": [
"--help",
"-h"
],
"description": "Show help for mamba and exit"
},
{
"names": [
"--version",
"-V"
],
"description": "Show the conda version number and exit"
}
]
}