Skip to content

Commit

Permalink
Merge pull request #736 from awslabs/chore/seedfamer-version-command
Browse files Browse the repository at this point in the history
chore: Adds `seedfarmer --version`
  • Loading branch information
malachi-constant authored Oct 11, 2024
2 parents c191fac + 6c771b6 commit 963812d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch

### Changes

- Adds `seedfarmer --version` to validate package without running explicit command
- Added ability to disable env replacement in module parameters

### Fixes
Expand Down
1 change: 1 addition & 0 deletions seedfarmer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@


@click.group()
@click.version_option(seedfarmer.__version__)
def cli() -> None:
"""SeedFarmer CLI interface"""
pass
Expand Down

0 comments on commit 963812d

Please sign in to comment.