mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-12 08:00:05 +01:00
Add correct lockfile handling
This commit is contained in:
parent
061fe0fb19
commit
74c4caa0cf
5 changed files with 162 additions and 49 deletions
23
README.md
23
README.md
|
|
@ -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
|
||||
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue