(#2829) Adds Basic choco license Command#2847
Merged
AdmiringWorm merged 3 commits intochocolatey:developfrom Jun 6, 2025
Merged
(#2829) Adds Basic choco license Command#2847AdmiringWorm merged 3 commits intochocolatey:developfrom
AdmiringWorm merged 3 commits intochocolatey:developfrom
Conversation
AdmiringWorm
requested changes
Oct 5, 2022
Member
AdmiringWorm
left a comment
There was a problem hiding this comment.
I know this is a WIP. Just commenting on a few things I noticed.
0febeca to
f842a18
Compare
corbob
reviewed
Oct 12, 2022
JPRuskin
commented
Oct 28, 2022
Member
13235a5 to
a22d727
Compare
Member
|
@JPRuskin @corbob I have finished doing an overhaul of this PR. This changes that I have made include:
Let me know if either of you have any questions. |
AdmiringWorm
reviewed
Jun 4, 2025
JPRuskin
commented
Jun 4, 2025
corbob
reviewed
Jun 4, 2025
845a777 to
9c63d9b
Compare
Member
|
@AdmiringWorm this should be ready for a final review now. I have fixed up the unit test that was failing as a result of the change that was made to the docs. |
This commit introduces a new command to Chocolatey, `license`. Currently, the functionality is limited, and it will only display details on the current license.
Not really the best thing to use as a test string. Let's use"abc" instead.
As a result of the overhaul of the wording for this command, we missed getting the pester test updated to use the correct wording. This PR addresses that oversight.
Member
10 tasks
Member
|
We'll ignore the docker build for now, it is exhibiting the same issues that happens from time to time when it comes with SSL connections, and since the ubuntu and windows build succeeded, we have the ones we want at the moment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description Of Changes
This PR adds a delightful new command,
choco license.It should offer read and write, but at the moment just offers a basic output of the current license.
It doesn't yet have tests, either.
Motivation and Context
This has been requested by awesome folk!
Testing
Change Types Made
Related Issue
Fixes #2829
Change Checklist