| commit | 23f7902d9a1f57ee77eb1f7dc9d7a7508b380a2f | [log] [tgz] |
|---|---|---|
| author | Ubuntu <ickchenjunchao@gmail.com> | Mon Jul 14 15:53:54 2025 +0000 |
| committer | Ubuntu <ickchenjunchao@gmail.com> | Mon Jul 14 15:53:54 2025 +0000 |
| tree | 0f6134caab17b2187f220020fdf752243b9d6e0d | |
| parent | ace1901aa7a0e9a7896f85cfa5bd89a88ccc1e41 [diff] |
updatte license
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.
res-cli-linux for Linux).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 --login # Enter email and password when prompted
./res-cli --logout
./res-cli --create <type>
./res-cli --view-instances
./res-cli --delete <instance_id>
./res-cli --whoami
For more detailed information about each command, run ./res-cli --help or ./res-cli <command> --help.