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

kvm command renamed to dnvm #4

Open
Eilon opened this issue Apr 11, 2015 · 3 comments
Open

kvm command renamed to dnvm #4

Eilon opened this issue Apr 11, 2015 · 3 comments

Comments

@Eilon
Copy link
Member

Eilon commented Apr 11, 2015

The kvm (K Version Manager) command was renamed to dnvm (applies both the *nix shell scripts and to Windows PowerShell *.ps1 script).

image

@henkmollema
Copy link
Contributor

Also: kre was renamed to dnx and k/kpm to dnu.


.NET Execution environment (dnx)
Usage: dnx [options]

Option Help
--appbase Application base directory path
--lib <LIB_PATHS> Paths used for library look-up
--debug Waits for the debugger to attach before beginning execution.
-? / -h / --help Show help information
--version Show version information
--watch Watch file changes
--packages <PACKAGE_DIR> Directory containing packages
--configuration The configuration to run under
--port The port to the compilation server

.NET Development Utility (dnu)
Usage: dnu [options] [command]

Option Help
-v / --verbose Show verbose output
-? / -h / --help Show help information
--version Show version information
Command Help
restore Restore packages
help Show help information
publish Publish application for deployment
pack Build NuGet packages for the project in given directory
build Produce assemblies for the project in given directory
install Install the given dependency
packages Commands related to managing local and remote packages folders
list Print the dependencies of a given project
commands Commands related to managing application commands (add, remove)
wrap Wrap a csproj into a project.json, which can be referenced by project.json files

Use dnu help [command] for more information about a command.

@CoreyKaylor
Copy link

What is the expected usage for the --watch option? I've tried dnx --watch . test which runs the tests but fails to restart or monitor for changes. My setup is on Windows + Powershell + beta4. It's probably my usage, but I'm not sure it's clear if it is.

@Eilon
Copy link
Member Author

Eilon commented May 6, 2015

@CoreyKaylor if it's a general question can you ask on the https://github.com/aspnet/Home/ repo, or if you suspect a bug, please file an issue with repro steps on https://github.com/aspnet/dnx/. Thanks!

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

No branches or pull requests

3 participants