cli experiment created with Ink.
Requires Node.js. You can install with npm or yarn.
$ yarn global add @eknowles/clio-cli
If your $PATH
is setup correctly, you should be able to run with the clio
command.
$ clio
To exit clio, press CTRL+C
.
The config .cliorc
file requires you to have some tokens, you can generate them each below.
Create a .cliorc
file, you can put this at your home directory or in each project for super cool people.
{
"azureDevOps": {
"organisation": "mycompany",
"project": "myproject",
"token": "xxx" // <-- https://mycompany.visualstudio.com/_usersSettings/tokens
},
"atlassian": {
"jira": {
"host": "mycompany.atlassian.net",
"defaultProject": "ABC",
"email": "myname@mycompany.com",
"token": "xxx" // <-- https://id.atlassian.com/manage/api-tokens
}
}
}
- find pull requests connected with jira issue
- create dev ops release (push pr to test environment)
- see status of current builds
- generate changelog for releases
- git hooks
- commitlint
- typescript
- tslint/eslint/prettier