0.9.2 • Published 4 months ago
magicpod-analyzer v0.9.2
magicpod-analyzer
Export MagicPod test data for analyzing. Inspired by CIAnalyzer.
!IMPORTANT This project is now in Maintenance Mode. No new features will be added, but we will address critical bug fixes and update dependencies as needed. For users seeking more actively developed solutions, we recommend exploring similar tools that may better meet your requirements. Thank you for your understanding and continued support.
Usage
$ npm install -g magicpod-analyzer
$ magicpod-analyzer COMMAND
running command...
$ magicpod-analyzer (--version)
magicpod-analyzer/0.9.2 linux-x64 node-v23.8.0
$ magicpod-analyzer --help [COMMAND]
USAGE
$ magicpod-analyzer COMMAND
...
Commands
magicpod-analyzer get-batch-runs
Retrieve specified project's batch run data from MagicPod.
USAGE
$ magicpod-analyzer get-batch-runs -t <value> [-c <value>] [-d]
FLAGS
-c, --config=<value> Config file default: magicpod_analyzer.yaml
-d, --debug Enable debug mode. You can also set this value via environment variable
`MAGICPOD_ANALYZER_DEBUG`
-t, --token=<value> (required) Access token for MagicPod API. You can also set this value via environment variable
`MAGICPOD_TOKEN`
DESCRIPTION
Retrieve specified project's batch run data from MagicPod.
EXAMPLES
$ magicpod-analyzer get-batch-runs
See code: src/commands/get-batch-runs.ts
magicpod-analyzer help [COMMAND]
Display help for magicpod-analyzer.
USAGE
$ magicpod-analyzer help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for magicpod-analyzer.
See code: @oclif/plugin-help