-
Notifications
You must be signed in to change notification settings - Fork 19
version
moqsien edited this page Jan 22, 2024
·
3 revisions
This command shows version info of gvc.
moqsien@moqsiendeiMac ~ % g v -h
Shows installation info about GVC.
Usage:
version [flags]
Aliases:
version, v
Flags:
-h, --help help for version
Example:
moqsien@moqsiendeiMac ~ % g v
Name: GVC
Version: v1.6.6(2cc19b3c)
UpdatedAt: 2024-01-22@10:36:50
Homepage: https://github.com/moqsien/gvc
Email: [email protected]
GVCBin: /Users/moqsien/.gvc
ConfPath: /Users/moqsien/.gvc/backup/gvc-config.json
RemoteConf: /Users/moqsien/.gvc/.remote_storage.json
AppsDir: /Users/moqsien/data/gvc_installed_apps
Note:
- GVCBin: Shows where gvc is installed.
- ConfPath: Shows the path of gvc conf file.
- RemoteConf: Shows the path of the remote repo conf file.
- AppsDir: Shows where your applications can be found.
AppsDir can be configed during the installation fo gvc. If you do not actually specify one, then it will be "~/.gvc/" by default.