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