: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
Add rbxcloud
under the [tools]
section of your foreman.toml
file:
toml
rbxcloud = { github = "Sleitnick/rbxcloud", version = "0.2.0" }
Install from cargo:
sh
$ cargo install rbxcloud@0.2.0
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.
Download the repository and build from the source: ```sh
$ git clone https://github.com/Sleitnick/rbxcloud.git $ cd rbxcloud
$ cargo build --release ```
Visit the documentation site for information on installation and usage: https://sleitnick.github.io/rbxcloud/