jira-agile-velocity
TypeScript icon, indicating that this package has built-in type declarations

0.8.7 • Public • Published

jira-agile-velocity

Build various sets of Agile metrics and dashboards by fetching data from Jira REST API

oclif Version Downloads/week License

Introduction

Please refer to the readme available at the root of this repository or directly on GitHub: https://github.com/Fgerthoffert/jira-agile-velocity

Usage

$ npm install -g jira-agile-velocity
$ jav COMMAND
running command...
$ jav (-v|--version|version)
jira-agile-velocity/0.8.7 linux-x64 node-v20.6.1
$ jav --help [COMMAND]
USAGE
  $ jav COMMAND
...

Commands

jav help [COMMAND]

display help for jav

USAGE
  $ jav help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

jav init

Initialize the configuration file

USAGE
  $ jav init

EXAMPLE
  $ jav init

See code: src/commands/init.ts

jav report

Fetches Completion and Forecast streams per team

USAGE
  $ jav report

OPTIONS
  -h, --help  show CLI help
  -s, --save  Save a cache file and submit data to GitHub Issues

See code: src/commands/report.ts

jav streams

Fetches Completion and Forecast streams per team

USAGE
  $ jav streams

OPTIONS
  -c, --useCache  Use local cache instead of fetching the data from Jira
  -h, --help      show CLI help

See code: src/commands/streams.ts

jav versions

Fetches details about completed versions

USAGE
  $ jav versions

OPTIONS
  -h, --help  show CLI help

See code: src/commands/versions.ts

Readme

Keywords

Package Sidebar

Install

npm i jira-agile-velocity

Weekly Downloads

1

Version

0.8.7

License

LGPL-2.1

Unpacked Size

123 kB

Total Files

85

Last publish

Collaborators

  • fgerthoffert