v/cmd/v/help/update.txt

10 lines
423 B
Plaintext
Raw Normal View History

Usage:
2020-03-13 20:52:49 +01:00
a) v update module [module] [module] [...]
^^^^^^^^^^^^ will update the listed modules to their latest versions.
2020-03-13 20:52:49 +01:00
b) v update
^^^^^^^^^^^^ will update ALL installed modules to their latest versions.
2020-03-13 20:52:49 +01:00
Options:
-help - Show usage info.
2020-06-07 14:20:56 +02:00
-v - Print more details about the performed operation.
2020-03-13 20:52:49 +01:00
-server-url - When doing network operations, use this vpm server. Can be given multiple times.