@bolta-io/cli 0.0.8 → 0.0.10

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 +2 -9
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@ AI 에이전트(Claude Code 등)가 세금계산서 업무를 자동화할 때
9
9
  ### cURL (macOS / Linux)
10
10
 
11
11
  ```bash
12
- curl -fsSL https://raw.githubusercontent.com/bolta-io/bolta-cli/main/install.sh | bash
12
+ curl -fsSL https://cli.boltacorp.com/install.sh | bash
13
13
  ```
14
14
 
15
15
  ### Node.js
@@ -18,17 +18,10 @@ curl -fsSL https://raw.githubusercontent.com/bolta-io/bolta-cli/main/install.sh
18
18
  npm install -g @bolta-io/cli
19
19
  ```
20
20
 
21
- ### Homebrew (macOS / Linux)
22
-
23
- ```bash
24
- brew tap bolta-io/bolta-cli https://github.com/bolta-io/bolta-cli
25
- brew install bolta
26
- ```
27
-
28
21
  ### PowerShell (Windows)
29
22
 
30
23
  ```powershell
31
- irm https://raw.githubusercontent.com/bolta-io/bolta-cli/main/install.ps1 | iex
24
+ irm https://cli.boltacorp.com/install.ps1 | iex
32
25
  ```
33
26
 
34
27
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bolta-io/cli",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "Bolta API CLI for Korean electronic tax invoices (전자세금계산서)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -38,7 +38,7 @@
38
38
  "type": "git",
39
39
  "url": "git+https://github.com/bolta-io/bolta-cli.git"
40
40
  },
41
- "homepage": "https://github.com/bolta-io/bolta-cli",
41
+ "homepage": "https://bolta.io",
42
42
  "bugs": {
43
43
  "url": "https://github.com/bolta-io/bolta-cli/issues"
44
44
  },