Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to see effective yaml configuration? #2697

Closed
chebee7i opened this issue Jul 21, 2023 · 1 comment
Closed

How to see effective yaml configuration? #2697

chebee7i opened this issue Jul 21, 2023 · 1 comment

Comments

@chebee7i
Copy link

The documentation at https://mamba.readthedocs.io/en/latest/user_guide/configuration.html is very useful. As part of it, there is a segment which says:


The resulting configuration written using YAML syntax is:

channels:
  - my-channel  # 'CLI'
  - conda-forge  # '~/.mambarc'
always_yes: true  # 'MAMBA_ALWAYS_YES' > '~/.mambarc'

Is there any way that we can generate such a yaml file (bonus: with attribution included)?

@danpf
Copy link
Contributor

danpf commented Jul 28, 2023

#2697
micromamba config list --sources

run micromamba config list --help for other arguments to alter the output with more or less descriptors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants