/flows-cli-builder

Primary LanguageMakefileMIT LicenseMIT

flows-cli-builder

Release Build status codecov Commit activity License

Cli prompting tool for nested pydantic models

Installation from git

Install package from git:

# Using poetry
poetry add git+https://github.com/DadaDaMotha/flows-cli-builder.git#main

Development

Install the environment and the pre-commit hooks with

make install

Run make to see all the options.

Releasing a new version

Check release:

bumpversion <major,minor,patch> --dry-run --allow-dirty --verbose

Then push the changes:

git push && git push --tags