Murex Version: version
Less than 1 minuteBuiltin CommandsShell / Murex Management
version
Murex 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 bemaster
--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 anum
data-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.