Skip to Content
✨ AI powered documentation for ResilientDB Ecosystem and Apps

ResCLI

ResCLI is a command-line interface for managing ResDB instances and Python SDK instances. It provides functionalities to create, delete, view, and manage instances in a simple and efficient way.

Installation

To use ResCLI, you can download the binary from the Releases page on GitHub.

  1. Go to the Releases page
  2. Download the latest release for your operating system (e.g., res-cli-linux for Linux)
  3. Make the downloaded binary executable:
chmod +x res-cli

Usage

Once installed and configured, you can use res-cli to perform various actions related to ResDB and Python SDK instances. Run the CLI with the following command:

./res-cli

Commands

Logs in to the specified user account.

./res-cli --login # Enter email and password when prompted

For more detailed information about each command, run ./res-cli --help or ./res-cli <command> --help.

Questions or Feedback about ResCLI?

Last updated on