version

Edit on GitHub

Show the Tentacle version information.

version options

Text
Usage: tentacle version [<options>]

Where [<options>] is any of:

      --format=VALUE         The format of the output (text,json). Defaults
                               to text.

Or one of the common options:

      --help                 Show detailed help for this command

Basic examples

This example displays the Tentacle version in the default text format:

Text
tentacle version

This example displays the Tentacle version in JSON format:

Text
tentacle version --format="json"