Skip to content
forked from wviana/pbcli

A cli for a internal project manager used in the company that I work for

Notifications You must be signed in to change notification settings

aranteslucas10/pbcli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pbcli

A cli for a internal project manager used in the company that I work for

Dependencies

jq

You'll need jq for running this application.

Mac: brew install jq

Debian/Ubuntu: sudo apt install jq

Projectbox account

You'll also need valid user and password for acessing projectbox

Projectbox autentication cookie.

  • run ./auth -u -p [optional]
  • Place this on cookie file on the same folder as you have the pbcli script.

Usage

For now we have a ideia of how most of the usage will look like. It's inpired by docker cli interface.

usage: 
  ./pbcli <command> <options>

For now there is just a test command that shows all projects you're in.

./pbcli projeto ls or just ./pbcli projeto

The ideia is to be able to list all projets by the command above. Than you would be able to list all sprints in a project by ./pbcli sprint -p <projet-id> ls.

Something simillar for stories in a sprint (./pbcli stories -p <project-id> -s <sprint-id> ls) and continue the ideia until as specific task.

Contribution

Please feel free to colaborate with the project by:

About

A cli for a internal project manager used in the company that I work for

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%