CLI: add --version flag #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
ocas --versionshould print the current CLI version (e.g.0.1.1-rc.1).Why
--version/-vto report the installed versionocas prompt setupreferences version but there's no way to query it from the CLI itselfSuggested behavior
Read from
package.jsonversion field at build/runtime.