Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. root@vmctl:/go/go-vmctl # ./go-vmctl -h
  2. go-vmctl - BLA BLA BLA BLA
  3. http://www.freebsd.org
  4.  
  5. Usage:
  6. go-vmctl [images]
  7.  
  8. Subcommands:
  9. images - images module
  10.  
  11. Flags:
  12. --version Displays the program version string.
  13. -h --help Displays help with available flag, subcommand, and positional value parameters.
  14.  
  15. root@vmctl:/go/go-vmctl # ./go-vmctl images -t CRM
  16. ┌────────────┬──────────┬──────────────┬───────────────────────────────┐
  17. │ NAME │ VERSION │ CATEGORIES │ UPDATED AT │
  18. ├────────────┼──────────┼──────────────┼───────────────────────────────┤
  19. │ civicrm │ 5.9.1-2 │ CRM │ 2019-01-18 00:57:45 +0000 UTC │
  20. │ dolibarr │ 8.0.4-0 │ CRM │ 2019-01-16 00:00:04 +0000 UTC │
  21. │ espocrm │ 5.5.5-0 │ CRM │ 2019-01-16 00:19:06 +0000 UTC │
  22. │ fatfreecrm │ 0.18.1-2 │ CRM │ 2019-01-18 00:57:47 +0000 UTC │
  23. │ orocrm │ 3.0.0-2 │ CRM │ 2019-01-16 17:56:27 +0000 UTC │
  24. │ suitecrm │ 7.11.0-0 │ CRM │ 2019-01-16 13:54:49 +0000 UTC │
  25. │ x2engine │ 6.9-8 │ CRM │ 2019-01-16 00:19:23 +0000 UTC │
  26. │ zurmo │ 3.2.5-2 │ CRM │ 2019-01-16 13:54:34 +0000 UTC │
  27. ├────────────┼──────────┼──────────────┼───────────────────────────────┤
  28. │ │ │ TOTAL IMAGES │ 8 │
  29. └────────────┴──────────┴──────────────┴───────────────────────────────┘
  30. root@vmctl:/go/go-vmctl # ./go-vmctl images -n orocrm
  31. ┌────────┬─────────┬──────────────────────────────────────────────────────────────┐
  32. │ NAME │ VERSION │ DESCRIPTION │
  33. ├────────┼─────────┼──────────────────────────────────────────────────────────────┤
  34. │ orocrm │ 3.0.0-2 │ OroCRM is a flexible open-source CRM application. OroCRM sup │
  35. │ │ │ ports the specific needs of your bussiness to make more effi │
  36. │ │ │ cient sales, marketing, customer support and administrative │
  37. │ │ │ activities. │
  38. └────────┴─────────┴──────────────────────────────────────────────────────────────┘
  39. root@vmctl:/go/go-vmctl # ./go-vmctl images -t all | grep TOTAL
  40. │ │ │ TOTAL IMAGES │ 125
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement