Crates.io | tstore-cli |
lib.rs | tstore-cli |
version | 0.1.0 |
source | src |
created_at | 2021-04-12 03:27:57.72179 |
updated_at | 2021-04-12 03:27:57.72179 |
description | CLI for https://thunderstore.io |
homepage | |
repository | https://github.com/Windows10CE/tstore-cli |
max_upload_size | |
id | 382228 |
size | 47,550 |
CLI for https://thunderstore.io made in Rust.
There are two options to install this program currently, through Cargo or the prebuilt binaries in the GitHub releases.
To install with Cargo, install the Rust toolchain with the instructions from here. Then run cargo install tstore-cli
to compile and install tstore-cli.
The other option is to grab a pre-compiled binary from releases or the Thunderstore page (these are only available for Windows users!)
The config file format uses TOML, with a short example below:
author = "Windows10CE"
categories = ["Tools"]
communities = ["riskofrain2", "dyson-sphere-program", "valheim", "gtfo", "outward", "cyberpunk2077"]
nsfw = false
zip = "path/to/zip.zip"
token = "service account token"
I would highly recommend storing your token outside of your publish.toml, but it's an option nonetheless.
The categories you select will only apply to the community of the subdomain you publish to (for now, categories have planned changes incoming).