secretvm-cli
v0.4.0
Published
SecretAI devportal cli
Readme
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 buildThis 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 linkThis will make the command secretvm-cli available globally. Alternatively, you can run it directly using node dist/cli.js
