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
Missing env config subcommand
(env subcommands will be deprecated, env config is pretty much equivalent to config which could be used instead)
Missing local channels: -c local or --use-local (exists with repoquery)
Note that --use-local would not be equivalent to -c local in micromamba (not supported like in mamba/conda).
On the other hand, the former flag would be available with repoquery commands.
(Rationale: I think we should be avoiding having multiple flags for the same thing (which people are not even aware of), and also this would be confusing with the repoquery flag which has the same name). Fix local channels location #2851Add local channels test #2853Add CI test for local channels #2854
Returned version is not tested with micromamba info
Missing --mamba-experimental (not sure if this is really useful/used...)
If set, supposed to disable --json if it's there, and to still execute a transaction even with --dry-run
The text was updated successfully, but these errors were encountered:
Based on the
mamba
tests, here are some features missing inmicromamba
compared tomamba
:env update
subcommand [Micromamba] Addenv update
#2827Missingenv config
subcommand(
env
subcommands will be deprecated,env config
is pretty much equivalent toconfig
which could be used instead)-c local
or--use-local
(exists withrepoquery
)Note that
--use-local
would not be equivalent to-c local
inmicromamba
(not supported like inmamba
/conda
).On the other hand, the former flag would be available with
repoquery
commands.(Rationale: I think we should be avoiding having multiple flags for the same thing (which people are not even aware of), and also this would be confusing with the
repoquery
flag which has the same name).Fix local channels location #2851 Add local channels test #2853 Add CI test for local channels #2854
repoquery
behavior differences (related issue)version
is not tested withmicromamba info
--mamba-experimental
(not sure if this is really useful/used...)If set, supposed to disable
--json
if it's there, and to still execute a transaction even with--dry-run
The text was updated successfully, but these errors were encountered: