The Truffle Developer Platform CLI
``sh`
$ volta install @trufflehq/cli # volta! (what we recommend)
$ yarn global add @trufflehq/cli # yarn!
$ npm i -g @trufflehq/cli # npm!
to update the lockfile
1. create your commit (git commit -am "chore: whatever")
2. tag (git tag -a "v0.0.n" -m "v0.0.n")
3. push (git push --tags origin`)