This is the documentation for the latest development version of Velero. Both code and docs may be unstable, and these docs are not guaranteed to be up to date or correct. See the latest version.
We are using dep to manage dependencies. You can install it by following these instructions.
Run dep ensure
. If you want to see verbose output, you can append -v
as in
dep ensure -v
.
Run dep ensure -update <pkg> [<pkg> ...]
to update one or more dependencies.
To help you get started, see the documentation.