mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 17:35:28 +02:00
choco-search: add page (#2031)
This commit is contained in:
parent
c557e6e1e4
commit
dcefcf1230
1 changed files with 27 additions and 0 deletions
27
pages/windows/choco-search.md
Normal file
27
pages/windows/choco-search.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# choco search
|
||||
|
||||
> Search for a local or remote package with Chocolatey.
|
||||
|
||||
- Search for a package:
|
||||
|
||||
`choco search {{query}}`
|
||||
|
||||
- Search for a package locally:
|
||||
|
||||
`choco search {{query}} --local-only`
|
||||
|
||||
- Only include exact matches in the results:
|
||||
|
||||
`choco search {{query}} --exact`
|
||||
|
||||
- Confirm all prompts automatically:
|
||||
|
||||
`choco search {{query}} --yes`
|
||||
|
||||
- Specify a custom source to search for packages in:
|
||||
|
||||
`choco search {{query}} --source {{source_url|alias}}`
|
||||
|
||||
- Provide a username and password for authentication:
|
||||
|
||||
`choco search {{query}} --user {{username}} --password {{password}}`
|
Loading…
Add table
Reference in a new issue