@skillgate-io/cli 1.2.0 → 1.2.1
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 -12
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Node entrypoint for SkillGate CLI.
|
|
4
4
|
|
|
5
5
|
<p>
|
|
6
|
-
<img src="
|
|
6
|
+
<img src="https://raw.githubusercontent.com/skillgate-io/skillgate/main/web-ui/public/images/hero-shield.svg" alt="SkillGate shield" width="64" />
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
## What this package is
|
|
@@ -39,17 +39,6 @@ Optional explicit Python path:
|
|
|
39
39
|
SKILLGATE_PYTHON=/path/to/python skillgate --help
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
## Publish (maintainers)
|
|
43
|
-
|
|
44
|
-
```bash
|
|
45
|
-
cd npm-shim
|
|
46
|
-
NPM_CONFIG_CACHE=../.npm-cache npm pack
|
|
47
|
-
NPM_CONFIG_CACHE=../.npm-cache npm publish --dry-run
|
|
48
|
-
NPM_CONFIG_CACHE=../.npm-cache npm publish --access public
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
Runbook: [`docs/Release/PUBLISH-NPM.md`](../docs/Release/PUBLISH-NPM.md)
|
|
52
|
-
|
|
53
42
|
## SEO Keywords
|
|
54
43
|
|
|
55
44
|
`npm ai security cli`, `codex cli security`, `claude code governance`, `runtime policy firewall`.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skillgate-io/cli",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Optional npm/npx wrapper for SkillGate CLI (Python core runtime)",
|
|
5
|
-
"license": "
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|
|
7
7
|
"bin": {
|
|
8
8
|
"skillgate": "bin/skillgate.js"
|