Roblox Open Cloud CLI
: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:
= { = "Sleitnick/rbxcloud", = "0.1.0-alpha.8" }
Cargo
Install from cargo:
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:
# Build binary:
Documentation
Visit the documentation site for information on installation and usage: https://sleitnick.github.io/rbxcloud/