We’ve got Windows builds of the hab command going and AppVeyor set up for CI on master and incoming pull requests - but there’s still lots of work to do!
Want to try it out?
NOTE: This is pre-release quality, only use in a test environment.
If you’ve got chocolatey, it is as easy as:
choco install hab --confirm -s https://www.myget.org/F/habitat/api/v2 --allowemptychecksums --pre --force
I’m working on adding nightly or CI based builds - so to update to the latest build, you could use:
choco upgrade hab --confirm -s https://www.myget.org/F/habitat/api/v2 --allowemptychecksums -v --pre --force
Things I know that don’t work yet:
hab studiohab pkg buildhab pkg exec
Things that don’t work quite right
-
hab setupproperly sets up your configuration, but on a per drive basis (so if you run it from a working directory somewhere on C:, then change to somewhere on D:,habwould not see your configuration. - 'hab pkg install` sort of installs packages onto your file system (again scoped by the current drive). It pulls down linux packages and properly unpacks them, unless there is a symlink.
- 'hab pkg path` provides a non-drive qualified path
-
hab pkg providessearches packages installed in on the current drive.
Things that shouldn’t work
hab pkg binlinkhab pkg exporthab sup
Help us move faster!
We could really use a hand for those folks interested in testing some of the sub-commands, specifically:
hab config applyhab file uploadhab origin key downloadhab origin key exporthab origin key generatehab origin key importhab origin key uploadhab pkg hashhab pkg searchhab pkg signhab pkg uploadhab pkg verifyhab ring key exporthab ring key generatehab ring key importhab service key generatehab user key generate