unbound-cli 0.1.0 → 0.1.3

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.
@@ -8,6 +8,9 @@ on:
8
8
  jobs:
9
9
  publish:
10
10
  runs-on: ubuntu-latest
11
+ permissions:
12
+ id-token: write
13
+ contents: read
11
14
  steps:
12
15
  - name: Checkout
13
16
  uses: actions/checkout@v4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Unbound CLI
2
2
 
3
- Command-line tool for managing your Unbound AI Gateway. Configure policies, manage users and groups, connect AI coding tools, and set up tools like Cursor, Claude Code, Gemini CLI, and more.
3
+ Command-line tool for managing your [Unbound AI Gateway](https://getunbound.ai). Configure policies, manage users and groups, connect AI coding tools, and set up tools like Cursor, Claude Code, Gemini CLI, and more.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unbound-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.3",
4
4
  "description": "CLI tool for Unbound - AI Gateway management",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -16,7 +16,8 @@
16
16
  "ai-gateway",
17
17
  "cli"
18
18
  ],
19
- "license": "MIT",
19
+ "license": "UNLICENSED",
20
+ "private": false,
20
21
  "dependencies": {
21
22
  "commander": "^12.1.0",
22
23
  "open": "^10.1.0"