A cli for a internal project manager used in the company that I work for
You'll need jq for running this application.
Mac: brew install jq
Debian/Ubuntu: sudo apt install jq
You'll also need valid user and password for acessing projectbox
- run ./auth -u -p [optional]
- Place this on
cookie
file on the same folder as you have the pbcli script.
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.
Please feel free to colaborate with the project by:
- openning issues.
- making pull requests.
- improving this readme file.
- chatting on our telegram group.