Murex Version: version
Less 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
--branchThe source code branch used in this build. This will typically bemaster--build-dateDate of last code generation. This usually happens are part of the compilation process--copyrightPrints copyright holder(s)--licenseJust print the license name--license-fullPrints the full license terms--no-app-nameReturns full version string minus app name--semberReturns the semver version number (major.minor.Revision)--shortReturns only the major and minor version as anumdata-type
Synonyms
version
See Also
- Define Function Arguments:
args: Command line flag parser for Murex shell scripting - Include / Evaluate Murex Code:
source: Import Murex code from another file or code block - Parse Murex Source:
murex-parser: Runs the Murex parser against a block of code - Private Function:
private: Define a private function block - Public Function:
function: Define a function block - Shell Configuration And Settings:
config: Query or define Murex runtime settings - Shell Runtime:
runtime: Returns runtime information on the internal state of Murex - Tab Autocompletion:
autocomplete: Set definitions for tab-completion in the command line
This document was generated from builtins/core/management/version_doc.yaml.