BitdeerAI CLI
BitdeerAI CLI is a command-line interface (CLI) tool designed to interact with the Bitdeer AI Cloud. This tool allows users to manage and monitor their cloud resources with ease.
💡
For latest updates, please find Github repository: https://github.com/BitdeerAI/cli
Installation
To install bitdeer-ai
, follow these steps:
- Download the binary
- For Windows:
- amd64 link to Windows binary
- arm64 link to Windows binary
- For macOS:
- amd64 link to macOS binary
- arm64 link to macOS binary
- For Linux:
- amd64 link to Linux binary
- arm64 link to Linux binary
- Install the binary:
- Move the downloaded binary to a directory included in your system's PATH.
- Verify the installation:
bitdeer-ai --version
Usage
bitdeer-ai
provides various commands to manage your cloud resources. Below is the basic usage and the available commands.
Basic Usage
BitdeerAI CLI is a CLI tool for BitdeerAI Cloud Platform.
Usage:
bitdeer-ai [flags]
bitdeer-ai [command]
Configuration
login Login to BitdeerAI Cloud
logout Logout from BitdeerAI Cloud
Managements
training Training cmd is to manage training jobs on BitdeerAI Cloud.
Additional Commands:
help Help about any command
Flags:
-h, --help help for bitdeer-ai
-v, --version version for bitdeer-ai
Use "bitdeer-ai [command] --help" for more information about a command.
Configuration
Before you start using BitdeerAI CLI, you need to login to the BitdeerAI Cloud. You can login using the following command:
bitdeer-ai login --token "your-api-key"