1.0.4 • Published 4 years ago

agile-board-cli v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

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

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago