@within-7/jetr 0.1.1 → 0.1.2

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -133,7 +133,9 @@ Config is stored at `~/.jetr/config.json`:
133
133
 
134
134
  ```json
135
135
  {
136
- "apiUrl": "https://jetr-api.lixilei.workers.dev",
136
+ "apiUrl": "https://your-jetr-api.workers.dev",
137
137
  "token": "eyJhbG..."
138
138
  }
139
139
  ```
140
+
141
+ Override API URL with `jetr login <token> --api-url <url>`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@within-7/jetr",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI for Jetr static site hosting",
5
5
  "type": "module",
6
6
  "bin": {