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
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

CLI for Supersurkhet plugin development.

latest
npmnpm
Version
0.0.1
Version published
Weekly downloads
3
200%
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 25 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts