17 lines
436 B
Markdown
Raw Normal View History

# conda notices
> Retrieve latest channel notifications.
> More information: <https://docs.conda.io/projects/conda/en/latest/commands/notices.html>.
- Show notices for the default channel and all `.condarc` channels:
`conda notices`
- Include a specific channel:
`conda notices {{[-c|--channel]}} {{channel_name}}`
- Ignore default and `.condarc` channels:
`conda notices {{[-c|--channel]}} {{channel_name}} --override-channels`