-
Notifications
You must be signed in to change notification settings - Fork 903
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
Deprecate choco config list including output from features/sources/apikeys etc #2985
Closed
2 tasks done
Labels
5 - Released
Deprecate
Features or functionality that is being deprecated in favor of removing or replacing them in future.
Milestone
Comments
vexx32
added a commit
to vexx32/choco
that referenced
this issue
Feb 9, 2023
This information is already available from the corresponding choco commands, and cannot be altered in any way from the config command. We plan to remove the extra information in v2.0 and confine the data to their respective commands, so adding deprecation warnings now.
10 tasks
vexx32
added a commit
to vexx32/choco
that referenced
this issue
Feb 10, 2023
This information is already available from the corresponding choco commands, and cannot be altered in any way from the config command. We plan to remove the extra information in v2.0 and confine the data to their respective commands, so adding deprecation warnings now.
vexx32
added a commit
to vexx32/choco
that referenced
this issue
Feb 13, 2023
This information is already available from the corresponding choco commands, and cannot be altered in any way from the config command. We plan to remove the extra information in v2.0 and confine the data to their respective commands, so adding deprecation warnings now.
vexx32
added a commit
to vexx32/choco
that referenced
this issue
Feb 13, 2023
This information is already available from the corresponding choco commands, and cannot be altered in any way from the config command. We plan to remove the extra information in v2.0 and confine the data to their respective commands, so adding deprecation warnings now.
vexx32
added a commit
to vexx32/choco
that referenced
this issue
Feb 14, 2023
This information is already available from the corresponding choco commands, and cannot be altered in any way from the config command. We plan to remove the extra information in v2.0 and confine the data to their respective commands, so adding deprecation warnings now.
vexx32
added a commit
to vexx32/choco
that referenced
this issue
Feb 14, 2023
This information is already available from the corresponding choco commands, and cannot be altered in any way from the config command. We plan to remove the extra information in v2.0 and confine the data to their respective commands, so adding deprecation warnings now.
2 tasks
vexx32
added
Deprecate
Features or functionality that is being deprecated in favor of removing or replacing them in future.
5 - Released
and removed
Task
4 - Done
labels
Feb 15, 2023
🎉 This issue has been resolved in version 1.3.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
gep13
added a commit
that referenced
this issue
Feb 16, 2023
* support/1.x: (#3026) Deprecate CygwinService public methods (#2953) CygwinService: always set RootDirectory (tests) Enable local source (maint) Remove/Fix some comments mentioning WebPI (#2958) Deprecate WebPI source runner (#2981) Deprecate install with direct file path (#2985) Deprecate features/sources in `config list` (#2983) Deprecate `--remove` option for apikey cmd (#2930) Update GenerateDocs.ps1 for choco-theme (build) Update Github workflow action versions (maint) Add GitReleaseManager.yaml (build) Add GitVersion.yml file (build) Add missing Criteria (build) Update to latest Chocolatey.Cake.Recipe (build) Add parameter to not build AWS projects (#2870) Update sln and csproj files (#2870) Adds No7zip build to recipe.cake # Conflicts: # GenerateDocs.ps1 # GitVersion.yml # gitreleasemanager.yaml # src/chocolatey.resources/helpers/ChocolateyTabExpansion.ps1 # tests/chocolatey-tests/commands/choco-install.Tests.ps1 # tests/chocolatey-tests/commands/choco-list.Tests.ps1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
5 - Released
Deprecate
Features or functionality that is being deprecated in favor of removing or replacing them in future.
Starting in Chocolatey CLI v1.3.0, we are deprecating portions of the
choco config list
output. Users will be warned that thefeatures
andsources
sections will no longer be shown when callingconfig list
in future versions of Chocolatey, in addition to the API keys not being shown.To list features or sources, instead use
choco feature
orchoco source
commands, respectively.Checklist
Is Your Feature Request Related To A Problem? Please describe.
It is possible to run the following commands, to get an output which includes only the things that were specifically asked for:
However, when you run the following command:
you get information output about all of the above, i.e. sources, features, apikeys, and configs. Additionally, in some sections, it mentions that if you want more information, run another command.
The output from the
choco config list
command should show only information about the config, nothing else.Describe The Solution. Why is it needed?
This issue is about making it clear, via deprecation notices in the output, that going into the next release,
choco config list
output will be changing to only show config information, nothing else.This change takes us along the path of having a consistent "API" for the Chocolatey CLI.
This will hopefully prevent confusion, and frustration, when using the Chocolatey CLI.
Additional Context
No response
Related Issues
A follow-up issue to remove the deprecation notices, and change the output of the list command has been added to the 2.0.0 milestone:
The text was updated successfully, but these errors were encountered: