rbxcloud 0.1.0-alpha.10

CLI for the Roblox Open Cloud APIs
Documentation

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:

rbxcloud = { github = "Sleitnick/rbxcloud", version = "0.1.0-alpha.10" }

Cargo

Install from cargo:

$ cargo install rbxcloud@0.1.0-alpha.10

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:

# 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/