mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
529 B
Plaintext
22 lines
529 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|