Install¶
Install CLI¶
There are a few different ways to install the rbxcloud CLI.
Aftman (Preferred)¶
Run the aftman add command within your project directory. This will add rbxcloud to the project's aftman.toml file (or create one if it doesn't yet exist).
Next, run aftman install to install rbxcloud.
Foreman¶
Add rbxcloud under the [tools] section of your foreman.toml file.
Next, run foreman install to install rbxcloud.
Legacy
Aftman is preferred over Foreman. For more information, see the Aftman GitHub repository.
Releases¶
A few prebuilt binaries are compiled and attached to each release.
- Go to the
releasespage - Navigate to the desired version (e.g. the latest version)
- Download and unzip the desired executable
- Relocate the executable to a more permanent place
- Change your OS path variable to point to the executable
Verify¶
Run the tool with the --version flag to verify the installation succeeded.