Skip to content

docs: fix assert artifact scopes - --flow is not mutually exclusive#133

Merged
dangrondahl merged 1 commit intomainfrom
fix-assert-artifact-docs
Apr 9, 2026
Merged

docs: fix assert artifact scopes - --flow is not mutually exclusive#133
dangrondahl merged 1 commit intomainfrom
fix-assert-artifact-docs

Conversation

@dangrondahl
Copy link
Copy Markdown
Contributor

Summary

The assertion scopes table incorrectly listed four mutually exclusive modes. After investigating the server implementation (src/fastapi_app/common/asserts.py), only --environment and --policy are mutually exclusive (server returns 400 if both are provided). --flow is an independent filter that narrows the artifact lookup scope.

Updated to describe three assertion modes with a note that --flow can be combined with any of them.

Companion CLI PR: kosli-dev/cli#768

…e mutually exclusive

--flow is an independent filter, not a separate exclusive mode.
Matches the actual server-side behavior and the updated CLI help text.
@dangrondahl dangrondahl requested a review from a team as a code owner April 9, 2026 08:00
@mintlify
Copy link
Copy Markdown
Contributor

mintlify bot commented Apr 9, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
kosli 🟢 Ready View Preview Apr 9, 2026, 8:01 AM

@dangrondahl dangrondahl merged commit fb556c8 into main Apr 9, 2026
4 checks passed
@dangrondahl dangrondahl deleted the fix-assert-artifact-docs branch April 9, 2026 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants