Skip to content

falco-cli v0.28.1

Choose a tag to compare

@Tobi-De Tobi-De released this 13 Jun 10:50
· 7 commits to main since this release

v0.28.1 — Hotfix

🐛 Bug Fixes

  • Restored missing utility functions in utils.py: RICH_INFO_MARKER, RICH_SUCCESS_MARKER, clean_project_name, get_username, get_project_name were lost during the falco-app merge.
  • Fixed import error that caused falco CLI to crash with ImportError: cannot import name 'RICH_INFO_MARKER'.

📝 Docs

  • Moved documentation from falco-app into falco-cli.
  • Updated install instructions to reference falco-cli instead of falco-app.
  • Updated contributing guide from hatch → uv workflow.
  • Fixed logo URL and badges (hatch → uv, repo references).