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.
Files changed (2) hide show
  1. package/README.md +12 -5
  2. 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
- You can share [this url](https://raw.githubusercontent.com/festoinc/jira-ai/refs/heads/main/AI-installation-guide.md) with any AI and ask to run installation with you. It will help you to do complete setup and run examples.
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
- 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:
32
40
 
33
41
  ```bash
34
- jira-ai about
42
+ jira-ai settings --help
35
43
  ```
36
44
 
37
- To configure allowed projects and commands, follow the instructions in [EDITSETTINGS.md](./EDITSETTINGS.md).
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jira-ai",
3
- "version": "0.5.21",
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",