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

[2.0] Missing coverage for "dotnet new --install"? #2315

Closed
SimonCropp opened this issue Jun 5, 2017 · 11 comments
Closed

[2.0] Missing coverage for "dotnet new --install"? #2315

SimonCropp opened this issue Jun 5, 2017 · 11 comments
Assignees

Comments

@SimonCropp
Copy link
Contributor

i cant seem to find the doco for dotnet new --install here https://docs.microsoft.com/en-nz/dotnet/core/tools/dotnet-new

@guardrex
Copy link
Contributor

guardrex commented Jun 5, 2017

IIRC It's an "undocumented feature" being previewed until 2.0. If that's correct, it will become part of the docs when 2.0 ships.

cc/ @mlorbetske (will know if I'm lying 😀)

@SimonCropp
Copy link
Contributor Author

@guardrex that may be the case. but you are making all your early adopters suffer by hiding such fundamental features. I would much prefer it was documented and marked as "preview" in the doco

@mlorbetske
Copy link

@guardrex is correct. For 2.0, install, uninstall, etc are becoming part of the normal feature set. Previously we considered them to be "experimental" and incomplete (having to reset the whole instance to remove a template for instance). Now that the story is a bit better (no more ::* to install the latest version of a package, uninstall is a thing), we'll document install.

/cc @sayedihashimi

@sayedihashimi
Copy link
Member

+1 to what @mlorbetske said

@guardrex
Copy link
Contributor

guardrex commented Jun 5, 2017

@sayedihashimi Is How to create your own templates for dotnet new still (mostly) valid? That's probably the best "documentation" we have at the moment.

@sayedihashimi
Copy link
Member

@guardrex yes.

@mairaw can we get a walkthru type of doc for How to create templates based on my blog post?

@mairaw
Copy link
Contributor

mairaw commented Jun 12, 2017

The issue described here would be covered by the work being done for #2139. correct @guardrex?

@sayedihashimi yes, we can. I'll open a new issue to track that work separately.

@mairaw mairaw added this to the June 2017 milestone Jun 12, 2017
@guardrex
Copy link
Contributor

@mairaw It should be ... I'll WIP that PR right now so I can get this on there.

@guardrex
Copy link
Contributor

Is this the issue? ... We can track on this one if that's ok with you.

@guardrex guardrex self-assigned this Jun 12, 2017
@guardrex guardrex changed the title missing doco for "dotnet new --install"? [2.0] Missing coverage for "dotnet new --install"? Jun 12, 2017
@guardrex
Copy link
Contributor

@mairaw Do you want this in the core/tools area or in the core/tutorials area?

Title: Create your own templates for dotnet new

@guardrex
Copy link
Contributor

Closing here and tracking updates for dotnet new on #2139.

We'll be tracking the new topic for templating on #2405.

Thanks again @SimonCropp!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants