open-nomad/website/pages/docs/commands/version.mdx
Jeff Escalante 6c8f079d24
new website
2020-02-06 18:45:31 -05:00

32 lines
701 B
Plaintext

---
layout: docs
page_title: 'Commands: version'
sidebar_title: version
description: |
Display the version and build data of Nomad
---
# Command: version
The `version` command displays build information about the running binary,
including the release version and the exact revision.
## Usage
```plaintext
nomad version
```
## Output
This command prints both the version number as well as the exact commit SHA used
during the build. The SHA may also have the string `+CHANGES` appended to the
end, indicating that local, uncommitted changes were detected at build time.
## Examples
```shell
$ nomad version
Nomad v0.0.0-615-gcf3c6aa-dev (cf3c6aa8a75a689987b689d75ae2ba73458465cb+CHANGES)
```