Skip to main content

version

Laurence MorganLess than 1 minute

version

Get Murex version

Description

Returns Murex version number

Usage

version [ flags ] -> <stdout>

Examples

Ran without any parameters

» version
murex: 0.51.1200 BETA

Ran with the --no-app-name parameter

» version --no-app-name
0.51.1200 BETA

Ran with the --short parameter

» version --short
0.51

Flags

  • --no-app-name Returns full version string minus app name
  • --short Returns only the major and minor version as a num data-type

See Also

  • args: Command line flag parser for Murex shell scripting
  • autocomplete: Set definitions for tab-completion in the command line
  • config: Query or define Murex runtime settings
  • function: Define a function block
  • murex-parser: Runs the Murex parser against a block of code
  • private: Define a private function block
  • runtime: Returns runtime information on the internal state of Murex
  • source: Import Murex code from another file of code block

This document was generated from builtins/core/management/version_doc.yamlopen in new window.

Last update:
Contributors: Laurence Morgan,Laurence Morgan