We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 979cfdc + 212bedd commit 312f362Copy full SHA for 312f362
consulate/cli.py
@@ -244,6 +244,9 @@ def parse_cli_args():
244
default=None,
245
help='The datacenter to specify for the connection')
246
parser.add_argument('--token', default=None, help='ACL token')
247
+ parser.add_argument('--version', action='version',
248
+ version=consulate.__version__,
249
+ help='Current consulate version')
250
251
sparser = parser.add_subparsers(title='Commands', dest='command')
252
add_acl_args(sparser)
0 commit comments