knope 0.7.0

A command line tool for automating common development tasks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Jira

Details needed to use steps that reference Jira issues.

## Example

```TOML
# knope.toml

[jira]
url = "https://mysite.atlassian.net"
project = "PRJ"  # where an example issue would be PRJ-123
```

The first time you use a step which requires this config, you will be prompted to generate a Jira API token so Knope can perform actions on you behalf.