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

Using Commands #55

Closed
danroth27 opened this issue Apr 16, 2015 · 2 comments
Closed

Using Commands #55

danroth27 opened this issue Apr 16, 2015 · 2 comments
Assignees
Milestone

Comments

@danroth27
Copy link
Member

ASP.NET 5->.NET Execution Environment (DNX)->Using Commands

  • What is a command?
  • Using commands in your project
    • Examples: web, kestrel, test, ef?
  • Running commands using dnx.exe
    • dnx [command]
    • dnx run
  • Global commands
    • Installing
      • Done by package ID
      • Note: only global NuGet.Config is used
      • Option to override (--overwrite)
    • Running
      • Always run with the active DNX
    • Uninstalling
      • Done by command name
    • Built-in global commands (user-secrets, sqlservercache)
  • Building and publishing global commands
    • Create a new DNX Console app (ref existing article)
    • Define a command in commands section
    • Build as a package (dnu pack or option in VS)
    • Publish to your feed
@okaram
Copy link

okaram commented Apr 30, 2015

Is anybody writing this ? Do you need help ?

@danroth27
Copy link
Member Author

This isn't currently assigned to anyone. If you would like to help out with this article that would be great!

The idea with this article it show creating a Console App (Package) in VS2015, publishing it to NuGet and then consuming it as a global or project-level command.

@danroth27 danroth27 added this to the 1.0.0-beta8 milestone May 22, 2016
trobinson41 pushed a commit to trobinson41/Docs that referenced this issue May 26, 2021
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

4 participants