@terminator-network/cli
Advanced tools
+43
| # @terminator-network/cli | ||
| CLI for [Terminator](https://github.com/terminator-network/terminator) — disposable identities for AI agents. | ||
| For a single-install option that includes this CLI, use [`tn8r`](https://www.npmjs.com/package/tn8r) instead. | ||
| ## Install | ||
| ```bash | ||
| npm install -g @terminator-network/cli | ||
| ``` | ||
| ## Commands | ||
| ```bash | ||
| # Create an identity with email + phone + card | ||
| terminator create | ||
| # Create with only email | ||
| terminator create --no-phone --no-card | ||
| # List all identities | ||
| terminator list | ||
| # Read messages (email + SMS) | ||
| terminator messages <identity-id> | ||
| # Kill an identity (revoke everything) | ||
| terminator kill <identity-id> | ||
| # Emergency: kill ALL identities | ||
| terminator kill --all | ||
| # View activity log | ||
| terminator log | ||
| # Check provider status | ||
| terminator status | ||
| ``` | ||
| ## License | ||
| MIT |
+1
-1
@@ -6,3 +6,3 @@ { | ||
| }, | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "type": "module", | ||
@@ -9,0 +9,0 @@ "main": "dist/index.js", |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
28168
2.91%5
25%1
-50%44
Infinity%