mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.86k stars 353 forks source link

Missing command options in micromamba #3535

Open JohanMabille opened 1 week ago

JohanMabille commented 1 week ago

The following command options in conda / mamba1 are missing in micromamba/mamba 2:

TODO: list missing command options and track them here.

anutosh491 commented 1 week ago

More commands found in conda/mamba1 missing in micromamba/mamba2

Not shown explicitly through --help

Others

Differences in flags/utilities for common commands (provided by conda but not by mamba 2) 1) Create

2) Install

3) Update (some common to create & install)

4) list (some commonly listed above)

5) remove

6) info

7) remove

8) run

9) search

10) activate

NOTE: For the common commands conda displays an basic example/docstring for how to use each command.