You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

secretvm-cli

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secretvm-cli

SecretAI devportal cli

0.3.1
latest
npmnpm
Version published
Maintainers
0
Created
Source

SecretAI devportal CLI tool

A command-line interface to manage Secret Virtual Machines (SecretVMs) and interact with SecretAI devportal.

Prerequisites

  • Node.js: Version 16.x or higher.
  • npm or yarn.

Installation

  • Clone the Repository
git clone https://github.com/scrtlabs/secretvm-cli.git
cd secretvm-cli
  • Install Dependencies
npm install
# or
yarn install
  • Build the Project
npm run build

This will create a /dist directory with the compiled code.

  • Make the CLI Globally Available (Optional) To use the CLI command from anywhere on your system, you can link it:
npm link

This will make the command secretvm-cli available globally. Alternatively, you can run it directly using node dist/cli.js

FAQs

Package last updated on 28 Jul 2025

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