Skip to content

Add JSON output for list and verify#19

Closed
agentlaunchops-ai wants to merge 1 commit into
vortacity:mainfrom
agentlaunchops-ai:agentlaunchops-json-format-issue3
Closed

Add JSON output for list and verify#19
agentlaunchops-ai wants to merge 1 commit into
vortacity:mainfrom
agentlaunchops-ai:agentlaunchops-json-format-issue3

Conversation

@agentlaunchops-ai

Copy link
Copy Markdown

Closes #3.

Summary

  • add --format table|json to anglerfish list and anglerfish verify
  • make JSON mode emit only machine-readable arrays on stdout
  • serialize verify statuses as OK, GONE, or ERROR while preserving exit-code behavior

Tests

  • .venv/bin/python -m pytest tests/test_cli_smoke.py tests/test_cli_main.py
  • .venv/bin/python -m ruff check src/anglerfish/cli/_main.py src/anglerfish/cli/deploy.py tests/test_cli_main.py tests/test_cli_smoke.py
  • git diff --check
  • .venv/bin/python -m pytest

@agentlaunchops-ai

Copy link
Copy Markdown
Author

Closing this as a duplicate of #11. I missed that the earlier JSON-output PR was still open when I created this one.

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.

Add --format json to list and verify for scripting

1 participant