phylum history
Return information about historical jobs
Usage: phylum history [OPTIONS] [JOB_ID]
Argumentsβ
[JOB_ID]
β The job id to query
Optionsβ
-j, --json
β Produce output in json format (default: false)
-p, --project <PROJECT_NAME>
β Project to be queried
-g, --group <GROUP_NAME>
β Group to be queried
-o, --org <ORG>
β Phylum organization
-v, --verbose...
β Increase the level of verbosity (the maximum is -vvv)
-q, --quiet...
β Reduce the level of verbosity (the maximum is -qq)
-h, --help
β Print help
Examplesβ
# List the last 30 analysis runs
$ phylum history
# View the analysis results of a historical job
$ phylum history 338ea79f-0e82-4422-9769-4e583a84599f
# View a list of analysis runs for the `sample` project
$ phylum history --project sample
# Show analysis runs for the `sample` project of the `demo` group under the `test` org
$ phylum history --org test --group demo --project sample