Skip to content
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

[BUG] Get-PackageVersion is not returning all packages #432

Open
darrentu opened this issue Jun 5, 2024 · 1 comment
Open

[BUG] Get-PackageVersion is not returning all packages #432

darrentu opened this issue Jun 5, 2024 · 1 comment
Labels
bug Something isn't working Priority 3

Comments

@darrentu
Copy link
Contributor

darrentu commented Jun 5, 2024

To Reproduce

`Get-PackageVersion` in PowerShell

Observed Behavior

Includes some packages

Expected behavior

It includes some packages that are available but it doesn't include all packages.
This makes the data misleading.

Is this specific to Cloud Shell?

Yes

Interface information

Everything

Additional context

Add any other context about the problem here.

@darrentu darrentu added bug Something isn't working Triage-needed Triage needed by Cloud Shell team labels Jun 5, 2024
@sdwheeler
Copy link
Member

You can run pip3 list, Get-Module -ListAvailable, and tdnf list manually, but that still does not list everything. And the output is not as friendly or useful for the customer.

Get-PackageVersion is the easiest way for a customer to get a list of tools that are preinstalled in Cloud Shell. Our documentation can't list everything, so we need an easy way for the customer to get the information.

@mbifeld mbifeld added Priority 3 and removed Triage-needed Triage needed by Cloud Shell team labels Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority 3
Projects
None yet
Development

No branches or pull requests

3 participants