Closed jleaniz closed 3 months ago
This PR adds the following commands to the CLI tool:
config download
report request
report task
E2E tests were failing due to docker-compose command not found looks like this changed to docker compose a while ago. Making that change seems to have worked.
docker-compose command not found
docker compose
https://github.com/orgs/community/discussions/116610
Description of the change
This PR adds the following commands to the CLI tool:
config download
: Downloads the running Turbinia configuration from the API server.report request
: Retrieves the Markdown report for a Turbinia request.report task
: Retrieves the Markdown report for a Turbinia task.Applicable issues
Additional information
Checklist