Merge pull request #1180 from weaveworks/1160-vendoring-docs

Add vendoring docs
This commit is contained in:
Paul Bellamy
2016-03-23 12:02:59 +00:00

17
vendor/README.md vendored Normal file
View File

@@ -0,0 +1,17 @@
# Managing Vendored Dependencies with `gvt`
These operations result in uncommitted changes to your
branch; you will need to commit them as normal. Execute them in the
root of your checkout.
## Adding a New Dependency
~/scope$ gvt fetch example.com/organisation/module vendor/example.com/organisation/module
## Updateing a Specific Dependancy
~/scope$ gvt update example.com/organisation/module vendor/example.com/organisation/module
## Remove a Dependency
~/scope$ gvt delete example.com/organisation/module vendor/example.com/organisation/module