jsonnet-bundler/cmd/jb
David Genest f4417ac665 only write jsonnnet files if we made changes (#56)
Adding a dep, or updating a dependency version makes writes to the
jsonnet files.

We evaluate the changes on each of the files. An empty jsonnetfile.json
does not create a corresponding lockfile, as a missing lockfile is not
different from its previous (non existent).
2019-11-08 15:36:13 +01:00
..
init.go refactor: switch to pkg/jsonnetfile 2019-10-29 21:44:27 +01:00
init_test.go Add license headers 2019-07-23 13:36:28 -07:00
install.go only write jsonnnet files if we made changes (#56) 2019-11-08 15:36:13 +01:00
install_test.go only write jsonnnet files if we made changes (#56) 2019-11-08 15:36:13 +01:00
main.go feat: minor improvements 2019-10-29 21:44:49 +01:00
main_test.go refactor: switch to pkg/jsonnetfile 2019-10-29 21:44:27 +01:00
update.go fix: ensure in update 2019-10-29 21:44:41 +01:00