Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/regg00/ChocoMan
A PowerShell wrapper for Chocolatey
https://github.com/regg00/ChocoMan
Last synced: 8 days ago
JSON representation
A PowerShell wrapper for Chocolatey
- Host: GitHub
- URL: https://github.com/regg00/ChocoMan
- Owner: regg00
- License: mit
- Created: 2023-07-18T11:22:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-26T23:57:32.000Z (6 months ago)
- Last Synced: 2024-08-13T07:05:29.700Z (4 months ago)
- Language: PowerShell
- Size: 2.28 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Docs/README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - regg00/ChocoMan - A PowerShell wrapper for Chocolatey (PowerShell)
README
# Functions
Here's the list of all available functions.
You can click on each link below or browse the different .md files above to see the full documentation of each of the functions.
## Get
| Command | Summary |
| ------------------------------------------------- | -------------------------------------------------------------- |
| [Get-ChocoApiKey](./Get-ChocoApiKey.md) | Retrieves, saves or deletes an API key for a particular source |
| [Get-ChocoConfig ](./Get-ChocoConfig.md) | Retrieves the chocolatey configuration |
| [Get-ChocoFeature ](./Get-ChocoFeature.md) | Retrieves the chocolatey features |
| [Get-ChocoOutdated](./Get-ChocoOutdated.md) | Get the list of outdated chocolatey packages. |
| [Get-ChocoPackage](./Get-ChocoPackage.md) | Get a specific locally installed chocolatey package. |
| [Get-ChocoSources](./Get-ChocoSources.md) | Get the list of chocolatey sources. |
| [Get-ChocoVersion](./Get-ChocoVersion.md) | Get the version of chocolatey. |
| [Get-ChocoManVersion](./Get-ChocoManVersion.md) | Get the version of ChocoMan. |
| [Get-ChocoPackageInfo](./Get-ChocoPackageInfo.md) | Get information on an existing package. |## Add
| Command | Summary |
| ---------------------------------------- | ------------------------------------------------ |
| [Add-ChocoApiKey](./Set-ChocoApiKey.md) | Adds a new API. Aliases to Set-ChocoApiKey. keuy |
| [Add-ChocoSource ](./Add-ChocoSource.md) | Adds a new chocolatey source |## Install
| Command | Summary |
| ------------------------------------------------- | ------------------------------ |
| [Install-Choco](./Install-Choco.md) | Install chocolatey. |
| [Install-ChocoPackage](./Install-ChocoPackage.md) | Installs a chocolatey package. |## Uninstall
| Command | Summary |
| ----------------------------------------------------- | -------------------------------- |
| [Uninstall-ChocoPackage](./Uninstall-ChocoPackage.md) | Uninstalls a chocolatey package. |## ApiKey
| Command | Summary |
| --------------------------------------- | ------------- |
| [Set-ChocoApiKey](./Set-ChocoApikey.md) | Edit API keys |## Search
| Command | Summary |
| ----------------------------------------------- | -------------------------------- |
| [Search-ChocoPackage](./Search-ChocoPackage.md) | Search for a chocolatey package. |