Roblox Open Cloud CLI   Logo

CI Release

:warning: Under Development :warning:

The rbxcloud CLI lets developers easily communicate with the Roblox Open Cloud APIs.

Common use-cases: - CD pipelines - Debugging DataStores - TODO: More use-cases

Install

Foreman

Add rbxcloud under the [tools] section of your foreman.toml file: toml rbxcloud = { github = "Sleitnick/rbxcloud", version = "0.2.0" }

Cargo

Install from cargo: sh $ cargo install rbxcloud@0.2.0

From Release

Download and unzip the tool for your OS from the releases page. You will then need to put it in your desired location and point your path variable to the executable location.

From Source

Download the repository and build from the source: ```sh

Clone repo and set as current directory:

$ git clone https://github.com/Sleitnick/rbxcloud.git $ cd rbxcloud

Build binary:

$ cargo build --release ```

Documentation

Visit the documentation site for information on installation and usage: https://sleitnick.github.io/rbxcloud/