New:Socket for Asana Is Now Available.Learn more
Sign In

@supersurkhet/cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons
This package has malicious versions linked to the ongoing "Mini Shai-Hulud" supply chain attack.

Affected versions:

0.0.20.0.30.0.4
+3 more
View campaign page

@supersurkhet/cli

unpublished
npmnpm
Version
0.0.4
Version published
Weekly downloads
6
-40%
Maintainers
1
Weekly downloads
 
Created
Source

@supersurkhet/cli

CLI for Supersurkhet plugin development.

Commands

  • supersurkhet new <name>: scaffold a new plugin project
  • supersurkhet types --config <file> --out <file>: generate TS row types from schema docs
  • supersurkhet link --project <id> --endpoint <url> --token <token>: connect local dir to remote project
  • supersurkhet token issue --name <name>: issue a new CLI token for the current user/project
  • supersurkhet token list: list CLI tokens for the current user/project
  • supersurkhet token rotate --token-id <id> [--name <name>]: rotate an existing CLI token
  • supersurkhet token revoke --token-id <id>: revoke an existing CLI token
  • supersurkhet sync-up --config <file>: push schema docs to the linked remote project
  • supersurkhet sync-down --config <file> --out <file>: pull latest schema docs from the linked remote project

Install

npm i -D @supersurkhet/cli @supersurkhet/sdk

Auth

Token resolution order:

  • --token
  • SUPERSURKHET_TOKEN env var
  • ~/.supersurkhet/credentials.json (saved by link)

Use

npx supersurkhet --help

FAQs

Package last updated on 11 May 2026

Related posts