Skip to content

Commit

Permalink
Merge pull request #292 from Tauffer-Consulting/hotfix/add-cli-version
Browse files Browse the repository at this point in the history
Fix/Add domino version cmd
  • Loading branch information
vinicvaz authored Apr 29, 2024
2 parents 61c0443 + 4df25cd commit 1db8614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/domino/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.2
0.9.3
2 changes: 2 additions & 0 deletions src/domino/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import tomli
from domino.cli.utils import pieces_repository, platform
import ast
import domino

console = Console()

Expand Down Expand Up @@ -407,6 +408,7 @@ def cli_run_piece_docker():
###############################################################################

@click.group()
@click.version_option(domino.__version__)
@click.pass_context
def cli(ctx):
# console.print(msg, style="rgb(109,125,176)", highlight=False)
Expand Down

0 comments on commit 1db8614

Please sign in to comment.