Clawdrop is the official command-line tool for Raccreative Games.
It allows developers to authenticate, upload builds and publish posts.
- Authenticate with Raccreative Games
- Upload new builds of your games
- Publish posts directly from your terminal
- Manage target game configuration
- Lightweight and fast, built in Rust 🦀
clawdrop <command> [options]
For all the details, check the full documentation.
| Command | Description |
|---|---|
doctor |
Development environment diagnostics |
auth |
Authorization to use API Key from Raccreative (opens URL) |
logout |
Remove API Key and log out |
list |
Shows a list with the games you have permissions to upload builds |
set |
Sets a game via ID or URL slug to be the main target of clawdrop |
unset |
Removes the current game target |
whereis |
Prints the current clawdrop executable location |
post |
Publish a post for the target or specified game |
push |
Upload a new build of an existing game to Raccreative Games |
help |
Print this message or the help of the given subcommand(s) |
-h, --help— Print help (see a summary with-h)-V, --version— Print version
Contributions are welcome!
- Fork the repository.
- Create a branch for your feature/fix (
git checkout -b feature/new-feature). - Commit your changes (
git commit -m 'Added new feature'). - Push to your branch (
git push origin feature/new-feature). - Open a Pull Request.
This project is licensed under the MIT License.