cmdgen-ai-cli 0.1.1__tar.gz → 0.1.2__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cmdgen-ai-cli
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: AI-powered CLI tool to translate natural language into terminal commands
5
5
  Requires-Python: >=3.9
6
6
  Requires-Dist: google-genai>=0.1.0
@@ -36,6 +36,12 @@ pipx install cmdgen-ai-cli
36
36
 
37
37
  *(Alternatively, you can `pip install cmdgen-ai-cli` in a virtual environment)*
38
38
 
39
+ ## Upgrade
40
+
41
+ ```bash
42
+ pipx upgrade cmdgen-ai-cli
43
+ ```
44
+
39
45
  ## Quick Start
40
46
 
41
47
  1. **Get an API Key:** Get a free Gemini API key from [Google AI Studio](https://aistudio.google.com/app/apikey).
@@ -20,6 +20,12 @@ pipx install cmdgen-ai-cli
20
20
 
21
21
  *(Alternatively, you can `pip install cmdgen-ai-cli` in a virtual environment)*
22
22
 
23
+ ## Upgrade
24
+
25
+ ```bash
26
+ pipx upgrade cmdgen-ai-cli
27
+ ```
28
+
23
29
  ## Quick Start
24
30
 
25
31
  1. **Get an API Key:** Get a free Gemini API key from [Google AI Studio](https://aistudio.google.com/app/apikey).
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "cmdgen-ai-cli"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "AI-powered CLI tool to translate natural language into terminal commands"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes
File without changes