Commit d0bc314
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.1...v2.0.0) (2025-12-10)
* feat!: remove interactive mode for full automation support (#11) ([872a39c](872a39c)), closes [#11](#11)
### BREAKING CHANGES
* Removed all interactive prompts and inquirer dependency.
- Remove 'jira init' command - use 'jira config' with explicit flags
- Issue create/edit now require all options via CLI flags
- Add --description-file option for multi-line descriptions
- Issue delete requires --force flag
- Sprint list requires --board when multiple boards exist
- Remove inquirer dependency
Migration guide added in MIGRATION.md.
This change makes the CLI fully scriptable for CI/CD pipelines.1 parent 872a39c commit d0bc314
2 files changed
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
1 | 22 | | |
2 | 23 | | |
3 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments