jira-ai 0.5.21 → 0.5.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,9 @@ An AI-friendly CLI for Jira that prioritizes efficiency and security.
|
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
If you **know how to install npm** then after installation run [this instuction.](https://raw.githubusercontent.com/festoinc/jira-ai/refs/heads/main/advanced-installation.md) in your CLI agent.
|
|
17
|
+
|
|
18
|
+
If you **don't know what npm** is but want to use Jira **"the haker way"** [this instruction is for you.](https://raw.githubusercontent.com/festoinc/jira-ai/refs/heads/main/starter-installation.md) copy it and run in any AI agent like chat GPT, Gemini e.t.c.
|
|
17
19
|
|
|
18
20
|
```bash
|
|
19
21
|
npm install -g jira-ai
|
|
@@ -21,6 +23,11 @@ npm install -g jira-ai
|
|
|
21
23
|
|
|
22
24
|
## Quick Start
|
|
23
25
|
|
|
26
|
+
Run interactive authorization:
|
|
27
|
+
```bash
|
|
28
|
+
jira-ai auth
|
|
29
|
+
```
|
|
30
|
+
|
|
24
31
|
See all available commands:
|
|
25
32
|
```bash
|
|
26
33
|
jira-ai --help
|
|
@@ -28,14 +35,14 @@ jira-ai --help
|
|
|
28
35
|
|
|
29
36
|
## Configuration & Restrictions
|
|
30
37
|
|
|
31
|
-
|
|
38
|
+
Tool allows you to have very complex configutations of what Projects/Jira commands/Issue types you would have acess to thought the tool.
|
|
39
|
+
Use this command to start setup:
|
|
32
40
|
|
|
33
41
|
```bash
|
|
34
|
-
jira-ai
|
|
42
|
+
jira-ai settings --help
|
|
35
43
|
```
|
|
36
44
|
|
|
37
|
-
|
|
38
|
-
|
|
45
|
+
All avalible commands: [https://github.com/festoinc/jira-ai/blob/main/all_avaliable_commands.md](https://github.com/festoinc/jira-ai/blob/main/all_avaliable_commands.md)
|
|
39
46
|
|
|
40
47
|
## Links
|
|
41
48
|
|