Skip to main content

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:

  1. Download the binary
  1. Install the binary:
  • Move the downloaded binary to a directory included in your system's PATH.
  1. 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"