You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
list installed packages from the command line
list outdated packages from the command line
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)
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
The text was updated successfully, but these errors were encountered:
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.
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
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:
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
The text was updated successfully, but these errors were encountered: