authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-31 15:46:17 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-31 15:46:17 -07:00
log3d8526ef25f3ff7df882aacdc19f4c9b8e1de472
tree8220a3056ca5b2cf8b17872db13b8d426b5bea10
parentac0b42bb13f1492979cac7e48eafa77c0198a4c1

docs/cmd/fetch- add screenshot showing lock updates


1 files changed, 7 insertions(+), 0 deletions(-)

docs/commands/fetch.md+7
......@@ -25,3 +25,10 @@ For a full reference on the fields available in `deps.zig` you can check [here](
2525+ deps.addAllTo(exe);
2626 exe.install();
2727```
28
29## Screenshot
30![image](https://user-images.githubusercontent.com/5464072/127753849-53d4f4df-d9de-459a-a9db-6b61e5fb0d17.png)
31
32In addition to fetching your dependencies `fetch` will help you track any updates.
33
34In the event you are using Git, `fetch` will parse the diff of your committed `zigmod.lock` with the new one it just printed and give you a status update on new packages, removed packages, or updated packages. If a dependency happens to be hosted on a major Git provider, then it will also reformat the updates section to print a compare URL so you may visit it in a browser and view the changes directly. Else, it will still print the "from" and "to" commits.