Search code examples
command-line-interfaceoracle-jet

How do I find the version of Oracle JET cli currently installed on my machine?


In previous libraries that I worked with we could find the version with -v or -version. But in ojet-cli it simply shows the list of available commands, out of which version isn't one of them.


Solution

  • I checked their github page and docs, and you're right, it isn't obvious how to find the version. You have to use double hyphens:

    ojet --version