Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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. |