agile-board-cli

1.0.4 • Public • Published

agile-board-cli

NPM version NPM downloads

Install

npm install agile-board-cli -g

How to use

config account info

agile-board-cli init

how to get token

project operation

# Get project list
agile-board-cli project ls 

#Get project detail
agile-board-cli project show [idOrKey]  

#Get project release list
agile-board-cli project showReleases [idOrKey]  

release operation

#Get release detail
agile-board-cli release show [id] 

#Get release related issues
agile-board-cli release showIssues [id] 

issue operation

#Get issue detail
agile-board-cli issue show [id] 

#Get issue work history
agile-board-cli issue showHistory [id] 

#Get issue current status and status list with status id
agile-board-cli issue showStatus [id] 

#Move issue status to another statue
agile-board-cli issue statusTo [id] [statusId]

Author

agile-board-cli © caoyangyang, Released under the ISC License.
Authored and maintained by caoyangyang with help from contributors (list).

github.com/caoyangyang · GitHub @caoyangyang

Readme

Keywords

none

Package Sidebar

Install

npm i agile-board-cli

Weekly Downloads

7

Version

1.0.4

License

ISC

Unpacked Size

14.2 kB

Total Files

20

Last publish

Collaborators

  • yycao