| commit | e2f4c63c1ac70433e3978c372e6c21a1bb2c7a6b | [log] [tgz] |
|---|---|---|
| author | Gopal Nambiar <gopalnambiar2@gmail.com> | Wed Feb 28 14:52:25 2024 -0800 |
| committer | Gopal Nambiar <gopalnambiar2@gmail.com> | Wed Feb 28 14:52:25 2024 -0800 |
| tree | 9a637becf45f7ab84e9615db804633397e18775c | |
| parent | 4ffeab7a2968c0128676aadf37fc8b1b494f3ed7 [diff] |
Readme minor changes
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.