syntaxshot-cli 1.0.0 → 1.0.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.
- package/README.md +1 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,10 +61,6 @@ This validates the key against the license API and caches the result in `~/.synt
|
|
|
61
61
|
syntaxshot logout # removes the license from this machine
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
By default the CLI validates against `https://api.syntaxshot.dev` — point it at your own deployment (or `http://localhost:3000` while developing) with:
|
|
65
|
-
```bash
|
|
66
|
-
export SYNTAXSHOT_API_URL=https://your-deployment.vercel.app
|
|
67
|
-
```
|
|
68
64
|
|
|
69
65
|
## Configuration (`.syntaxshotrc.json`)
|
|
70
66
|
|
|
@@ -75,12 +71,10 @@ export SYNTAXSHOT_API_URL=https://your-deployment.vercel.app
|
|
|
75
71
|
"output": "syntaxshots",
|
|
76
72
|
"fontSize": 16,
|
|
77
73
|
"lineNumbers": true,
|
|
78
|
-
"quality": 0.95
|
|
79
|
-
"plan": "free"
|
|
74
|
+
"quality": 0.95
|
|
80
75
|
}
|
|
81
76
|
```
|
|
82
77
|
|
|
83
|
-
Set `"plan": "pro"` here only as a **local dev override** (e.g. while working on the CLI itself) — it skips license validation entirely. For real usage, activate a license with `syntaxshot login <key>` instead; see below.
|
|
84
78
|
|
|
85
79
|
## Available themes
|
|
86
80
|
|