Skip to main content

Murex Version (version)

Laurence MorganLess than 1 minuteBuiltin CommandsShell / Murex Management

Murex Version (version)

Get Murex version

Description

Returns Murex version number

Usage

version [ flags ] -> <stdout>

Examples

Without parameters

» version
Murex: 6.3.0687 (863/job-control)
Built: 2024-09-04 19:43:47
License: GPL v2
Copyright: 2018-2024 Laurence Morgan

--no-app-name

» version --no-app-name
6.3.0688 (863/job-control)

--short

» version --short
6.3

Flags

  • --branch The source code branch used in this build. This will typically be master
  • --build-date Date of last code generation. This usually happens are part of the compilation process
  • --copyright Prints copyright holder(s)
  • --license Just print the license name
  • --license-full Prints the full license terms
  • --no-app-name Returns full version string minus app name
  • --sember Returns the semver version number (major.minor.Revision)
  • --short Returns only the major and minor version as a num data-type

Synonyms

  • version

See Also


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

Last update:
Contributors: Laurence Morgan,Laurence Morgan