PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Docs: add note about server default limit for client queries Refs #15963
audreydng:docs/15963-clarify-api-default-limit
22 minutes ago
feat(cli): add `--output json` support to `flow ls` command Add machine-readable JSON output option to the `prefect flow ls` command, following the existing pattern from `flow-run ls`, `deployment ls`, and other CLI commands. Changes: - Add `--output`/`-o` parameter to `flow ls` accepting `json` format - When `--output json` is set, flows are serialized via `orjson` with pretty-printing and printed to stdout - Existing Rich table rendering is preserved when the flag is not provided - Handle empty flow list case for both table and JSON output Tests: - Table output with flows present - JSON output with flows present - Short flag `-o json` - Empty list returns `[]` - Invalid format shows error Related to #19483
Br1an67:feat/flow-ls-json-output
11 hours ago
feat(cli): add `--output json` support to `flow ls` command Add machine-readable JSON output option to the `prefect flow ls` command, following the existing pattern from `flow-run ls`, `deployment ls`, and other CLI commands. Changes: - Add `--output`/`-o` parameter to `flow ls` accepting `json` format - When `--output json` is set, flows are serialized via `orjson` with pretty-printing and printed to stdout - Existing Rich table rendering is preserved when the flag is not provided - Handle empty flow list case for both table and JSON output Tests: - Table output with flows present - JSON output with flows present - Short flag `-o json` - Empty list returns `[]` - Invalid format shows error Related to #19483
Br1an67:feat/flow-ls-json-output
12 hours ago
fix: use ephemeral mode in OrchestrationClient to prevent read-only container failures Closes #19317 Background services (actions service) use OrchestrationClient, which calls create_app(). This triggers UI static directory creation, which fails with PermissionError in read-only containers (common in rootless/secure deployments), causing automation actions to silently fail and messages to go to DLQ. Changes: - Pass ephemeral=True to create_app() in BaseClient, skipping UI directory creation - Add exception logging in action consumer so unexpected errors are visible - Add regression test for ephemeral mode usage
Br1an67:fix/19317-ha-readonly-automation
12 hours ago
fix: remove Panel border from work-pool create sample code output Replace Panel-wrapped Syntax blocks with plain Syntax blocks in the ECS, Cloud Run, and Azure Container Instance provisioners. The Panel borders made the example code difficult to copy-paste from the terminal. The filename is now included as a Python comment in the code block. Closes #20228
Br1an67:fix/work-pool-create-remove-panel-border
13 hours ago
fix: use ephemeral mode in OrchestrationClient to prevent read-only container failures Closes #19317 Background services (actions service) use OrchestrationClient, which calls create_app(). This triggers UI static directory creation, which fails with PermissionError in read-only containers (common in rootless/secure deployments), causing automation actions to silently fail and messages to go to DLQ. Changes: - Pass ephemeral=True to create_app() in BaseClient, skipping UI directory creation - Add exception logging in action consumer so unexpected errors are visible - Add regression test for ephemeral mode usage
Br1an67:fix/19317-ha-readonly-automation
13 hours ago
Add --output json support to flow ls, work-pool ls, task-run ls, and concurrency-limit ls Related to #19483 Add --output/-o json support to four CLI list commands that were missing it, following the established pattern from flow-run ls and deployment ls: - flow ls - work-pool ls - task-run ls - concurrency-limit ls Each command now accepts --output json / -o json to emit machine-readable JSON (via orjson) instead of the Rich table. Empty results return [] in JSON mode. Invalid format values produce a clear error. Also adds proper empty-list handling (exit_with_success) where it was previously missing. Includes tests for JSON output, empty JSON output, and invalid format rejection for all four commands.
h1whelan:add-output-json-to-cli-ls-commands
13 hours ago
perf: use deque for BFS queues in dbt freshness and settings scripts (#20900)
main
17 hours ago
Active Branches
Docs: add note about server default limit for client queries
last run
22 minutes ago
#20909
CodSpeed Performance Gauge
0%
feat(cli): add `--output json` support to `flow ls` command
last run
11 hours ago
#20907
CodSpeed Performance Gauge
0%
fix: use ephemeral mode in OrchestrationClient to prevent read-only container failures
last run
12 hours ago
#20905
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs