mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 13:00:21 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
33
tldr/windows/choco-search
Normal file
33
tldr/windows/choco-search
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# choco search
|
||||
|
||||
> Search for a local or remote package with Chocolatey.
|
||||
> More information: <https://chocolatey.org/docs/commands-search>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user