Skip to content

(#1074) Add docs for Get-ChocolateyConfigValue #1174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vexx32
Copy link
Member

@vexx32 vexx32 commented Apr 28, 2025

Description Of Changes

Add/move docs for Get-ChocolateyConfigValue cmdlet as it's being rewritten

Motivation and Context

Keeping up with the changes to the cmdlets feature branch in choco repo, putting docs here too as we go

Testing

  • I have previewed these changes using the Docker Container or another method before submitting this pull request.

Change Types Made

  • Minor documentation fix (typos etc.).
  • Major documentation change (refactoring, reformatting or adding documentation to existing page).
  • New documentation page added.
  • The change I have made should have a video added, and I have raised an issue for this.
    • Issue #

Change Checklist

  • Requires a change to menu structure (top or left-hand side)/
  • Menu structure has been updated

Related Issue

Fixes #1074


## NOTES

Available in 2.1.0+
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be updated, right?

## SYNTAX

```
Get-ChocolateyConfigValue -Name <String> [-IgnoredArguments <Object[]>] [<CommonParameters>]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an alias for -ConfigKey, as this is what the previous version of -Name was.

NOTE: I haven't got to the other PR yet 😄

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never mind, I can see this in play in the example below.

@gep13 gep13 added this to the Chocolatey CLI v3.0 milestone May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helper cmdlet documentation updates for CLI v3.0
2 participants