Getting started
Prerequisites
Installation
npm install -g secretvm-cliVerify Installation
secretvm-cli --versionsecretvm-cli --helpInteractive mode
Last updated
Was this helpful?
This section will guide you through the installation of secretvm-cli and the initial steps to begin using the tool.
Before installing secretvm-cli, please ensure you have the following:
Node.js and npm: secretvm-cli is a Node.js application distributed via npm (Node Package Manager). You'll need Node.js (which includes npm) installed on your system. You can download it from nodejs.org.
Keplr Wallet: For authentication using the auth login command, you will need to have a Keplr wallet and its address.
To install secretvm-cli globally on your system, open your terminal or command prompt and run the following npm command:
npm install -g secretvm-cliThis command downloads the package from the npm registry and makes the secretvm-cli command available in your system's PATH.
After the installation is complete, you can verify that secretvm-cli is installed correctly by checking its version:
secretvm-cli --versionThis should display the installed version of the CLI (e.g. 0.1.0)
You can also view the list of available commands and global options by running:
secretvm-cli --helpIt is possible to use SecretVM CLI in interactive mode with prompts and human-readable output. For this you can pass -i or --interactive flag to secretvm-cli. If not set, commands will output JSON.
Last updated
Was this helpful?
Was this helpful?
secretvm-cli -i auth login