Cli prompting tool for nested pydantic models
- Github repository: https://github.com/DadaDaMotha/flows-cli-builder/
- Documentation https://DadaDaMotha.github.io/flows-cli-builder/
Install package from git:
# Using poetry
poetry add git+https://github.com/DadaDaMotha/flows-cli-builder.git#main
Install the environment and the pre-commit hooks with
make install
Run make
to see all the options.
Check release:
bumpversion <major,minor,patch> --dry-run --allow-dirty --verbose
Then push the changes:
git push && git push --tags