🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@torknetwork/cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@torknetwork/cli - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+8
-1
package.json
{
"name": "@torknetwork/cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "Tork Governance CLI — govern your AI agents from the terminal",

@@ -9,2 +9,9 @@ "license": "MIT",

"homepage": "https://tork.network",
"repository": {
"type": "git",
"url": "git+https://github.com/torkjacobs/tork-cli.git"
},
"bugs": {
"url": "https://github.com/torkjacobs/tork-cli/issues"
},
"bin": {

@@ -11,0 +18,0 @@ "tork": "bin/run.js"

+5
-5

@@ -16,6 +16,6 @@ # Tork CLI

# npx (no install)
npx @tork/cli --help
npx @torknetwork/cli --help
# Homebrew
brew install torkjacobs/tap/tork
# global install
npm install -g @torknetwork/cli
```

@@ -123,4 +123,4 @@

with: {node-version: 20}
- run: npx @tork/cli doctor --json
- run: npx @tork/cli test --json
- run: npx @torknetwork/cli doctor --json
- run: npx @torknetwork/cli test --json
```

@@ -127,0 +127,0 @@