Commits
Click on a commit to change the comparison rangeAdd -o json output option to prefect block ls command
Co-Authored-By: Nate Nowack <nate@prefect.io>20 days ago
by devin-ai-integration[bot] Fix security issue: prevent secret exposure in block ls JSON output
- Add include_secrets=False to read_block_documents() call to prevent
cleartext secret values from being exposed in JSON output
- Add test to verify secrets are properly obfuscated in JSON output
- Ensures block ls -o json does not leak sensitive data
Co-Authored-By: Nate Nowack <nate@prefect.io>20 days ago
by devin-ai-integration[bot] Apply ruff formatting to test file
Co-Authored-By: Nate Nowack <nate@prefect.io>20 days ago
by devin-ai-integration[bot] Merge branch 'main' into devin/1763579609-add-json-output-block-ls