commit | f0329b3c831413d58cbd518219e17b6250cefc8a | [log] [tgz] |
---|---|---|
author | Gopal Nambiar <gopalnambiar2@gmail.com> | Thu Apr 18 16:08:23 2024 -0700 |
committer | Gopal Nambiar <gopalnambiar2@gmail.com> | Thu Apr 18 16:08:23 2024 -0700 |
tree | becea7fdf82baa48dc0796920fa1c8e68d804852 | |
parent | 0bbec24a91a319a86242203354ce0dcb30312389 [diff] |
CLI updates
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.
To use ResCLI
, you can download the binary from the Releases page on GitHub.
Go to the Releases page.
Download the latest release for your operating system (e.g., res-cli-linux
for Linux).
Make the downloaded binary executable:
chmod +x res-cli
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
./res-cli create_instance <type>
./res-cli view_instances
./res-cli delete_instance <instance_id>
./res-cli whoami
For more detailed information about each command, run ./res-cli --help or ./res-cli --help.