jira-ai 0.5.22 → 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.
Files changed (2) hide show
  1. package/README.md +11 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,9 +13,9 @@ An AI-friendly CLI for Jira that prioritizes efficiency and security.
13
13
 
14
14
  ## Installation
15
15
 
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.
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
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.
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.
19
19
 
20
20
  ```bash
21
21
  npm install -g jira-ai
@@ -23,6 +23,11 @@ npm install -g jira-ai
23
23
 
24
24
  ## Quick Start
25
25
 
26
+ Run interactive authorization:
27
+ ```bash
28
+ jira-ai auth
29
+ ```
30
+
26
31
  See all available commands:
27
32
  ```bash
28
33
  jira-ai --help
@@ -30,14 +35,14 @@ jira-ai --help
30
35
 
31
36
  ## Configuration & Restrictions
32
37
 
33
- Jira AI uses a `settings.yaml` file to define permissions. To find its location on your system:
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:
34
40
 
35
41
  ```bash
36
- jira-ai about
42
+ jira-ai settings --help
37
43
  ```
38
44
 
39
- To configure allowed projects and commands, follow the instructions in [EDITSETTINGS.md](./EDITSETTINGS.md).
40
-
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)
41
46
 
42
47
  ## Links
43
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jira-ai",
3
- "version": "0.5.22",
3
+ "version": "0.5.35",
4
4
  "description": "AI friendly Jira CLI to save context",
5
5
  "type": "module",
6
6
  "main": "dist/cli.js",