Aspnetcore: Wiki page lists obsolete architecture arguments for dnvm install command

Created on 15 Apr 2016  路  4Comments  路  Source: dotnet/aspnetcore

Title

Wiki page lists obsolete architecture arguments for dnvm install command

Functional impact

N/A

Minimal repro steps

read ;)

Expected result

  • dnvm install <semver>|<alias>|<nupkg>|latest [-arch x86|x64] [-svr50][-svrc50] [-a|-alias <alias>] [-g|-global] [-f|-force]

    • | install requested DNX from feed
    • install requested DNX from package on local filesystem
    • latest install latest DNX from feed
    • add DNX bin to path of current command line
    • -p|-persistent add DNX bin to PATH environment variables persistently
    • -a|-alias set alias for requested DNX on install
    • -g|-global install to machine-wide location
    • -f|-force install even if specified version is already installed

      Actual result

  • dnvm install <semver>|<alias>|<nupkg>|latest [-x86][-x64] [-svr50][-svrc50] [-a|-alias <alias>] [-g|-global] [-f|-force]

    • | install requested DNX from feed
    • install requested DNX from package on local filesystem
    • latest install latest DNX from feed
    • add DNX bin to path of current command line
    • -p|-persistent add DNX bin to PATH environment variables persistently
    • -a|-alias set alias for requested DNX on install
    • -g|-global install to machine-wide location
    • -f|-force install even if specified version is already installed

      Further technical details

wiki's don't support forking so can't do a pull request :(

All 4 comments

Hopefully, it does not really matters since dnvm is going away.

well it does, because I ended up wasting time thinking I had done something wrong as opposed to the instructions being wrong

if and when it goes away, then remove the reference altogether

until then it does matter for those of us trying to figure out how to do things ;)

You're right, and I guess we all lost time because of those kind of documentation issues. However, I'd prefer seeing the team ship RC2 as soon as possible rather than spending their limited time and resources on RC1 documentation.

It's dead Dave

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FourLeafClover picture FourLeafClover  路  3Comments

UweKeim picture UweKeim  路  3Comments

rynowak picture rynowak  路  3Comments

Kevenvz picture Kevenvz  路  3Comments

aurokk picture aurokk  路  3Comments