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

Package management commands #5199

Closed
livarcocc opened this issue May 9, 2017 · 3 comments
Closed

Package management commands #5199

livarcocc opened this issue May 9, 2017 · 3 comments
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue

Comments

@livarcocc
Copy link

From @lambdakris on February 11, 2017 23:5

Steps to reproduce

Install .NET Core SDK 1.0 RC4

Expected behavior

I've been playing around with the dotnet cli, thinking things were at a place where it might be a good idea to write some blog posts, but one of the things that I quickly ran into and was legitimately disheartening was that I could not perform common tasks available in other common package managers I'm used to, such as npm, yarn, pip, and paket. Here are some things I figured I would be able to do:

  1. list installed packages from the command line
  2. list outdated packages from the command line
  3. show details and dependency tree for a package from the command line

Are these commands something that could be incorporated in the not too distant future?

Actual behavior

Unable to list installed packages from the command line, unable to list outdated packages from the command line, unable to show details and dependency tree for a package from the command line.

Environment data

dotnet --info output:

$ dotnet --info
.NET Command Line Tools (1.0.0-rc4-004771)

Product Information:
Version: 1.0.0-rc4-004771
Commit SHA-1 hash: 4228198f0e

Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\1.0.0-rc4-004771

Copied from original issue: dotnet/cli#5675

@lambdakris
Copy link

Hope this can get some traction. Even with editor tooling that does this, it would be great (and consistent with other common package managers) to be able to perform these basic package management operations from the command line.

@mishra14
Copy link
Contributor

mishra14 commented May 9, 2017

@lambdakris : we already have tracking issues for this: #4102 and #4103.

These requests have been discussed and triaged for future work. It just does not fit into our work for VS 15.3 release. Hopefully soon after! :)

@mishra14 mishra14 closed this as completed May 9, 2017
@mishra14 mishra14 added the Resolution:Duplicate This issue appears to be a Duplicate of another issue label May 9, 2017
@anangaur
Copy link
Member

anangaur commented May 9, 2017

Thanks for the feedback. I think all 3 asks are the right set of asks for the 'list' command with additional parameters to it for each of these scenarios.

We have a backlog item for supporting list command: #4102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution:Duplicate This issue appears to be a Duplicate of another issue
Projects
None yet
Development

No branches or pull requests

4 participants