@stoe/action-reporting-parse-cli

0.1.2 • Public • Published

action-reporting-parse-cli

Test CodeQL Publish styled with prettier

CLI to parse https://github.com/stoe/action-reporting-cli reports

Usage example

$ npx @stoe/action-reporting-parse-cli [--options]

Note Report CSV file will be saved in current_directory/uses.csv.

Required options

  • --config, -c Path to config.yml file.
  • --data, -d Path to data directory to lookup *actions.json files.

Additional options

  • --open, -o Open the generated CSV file.

Helper options

  • --help, -h Print action-reporting-parse-cli help.
  • --version, -v Print action-reporting-parse-cli version.

Examples

# Run action-reporting-parse-cli with default options
$ npx @stoe/action-reporting-parse-cli \
  --config ./config.yml \
  --data ./data
# Run action-reporting-parse-cli with default options
# and open the generated CSV file
$ npx @stoe/action-reporting-parse-cli \
  --config ./config.yml \
  --data ./data \
  --open

License

MIT © Stefan Stölzle

Package Sidebar

Install

npm i @stoe/action-reporting-parse-cli

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

7.78 kB

Total Files

4

Last publish

Collaborators

  • stoelzle