Add correct lockfile handling

This commit is contained in:
Frederic Branczyk 2018-05-13 06:55:13 -07:00
parent 061fe0fb19
commit 74c4caa0cf
No known key found for this signature in database
GPG key ID: 7741A52782A90069
5 changed files with 162 additions and 49 deletions

View file

@ -17,7 +17,24 @@ All command line flags:
[embedmd]:# (_output/help.txt)
```txt
$ jb -h
Usage of jb:
-jsonnetpkg-home string
The directory used to cache packages in. (default "vendor")
usage: jb [<flags>] <command> [<args> ...]
A jsonnet package manager
Flags:
-h, --help Show context-sensitive help (also try --help-long and --help-man).
--jsonnetpkg-home="vendor"
The directory used to cache packages in.
Commands:
help [<command>...]
Show help.
init
Initialize a new empty jsonnetfile
install [<packages>...]
Install all dependencies or install specific ones
```