https://github.com/rustbase/rustbase-cli
A Rustbase CLI Client.
https://github.com/rustbase/rustbase-cli
cli client rust rustbase
Last synced: 4 months ago
JSON representation
A Rustbase CLI Client.
- Host: GitHub
- URL: https://github.com/rustbase/rustbase-cli
- Owner: rustbase
- License: mit
- Created: 2022-08-29T23:06:54.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-06T22:03:16.000Z (about 3 years ago)
- Last Synced: 2025-10-26T17:48:40.356Z (8 months ago)
- Topics: cli, client, rust, rustbase
- Language: Rust
- Homepage:
- Size: 113 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Rustbase CLI
A [Rustbase](https://github.com/rustbase/rustbase) CLI Client.
# ⚠️ Warning
This is a work in progress.
Join our [discord server](https://discord.gg/m5ZzWPumbd) to get help and discuss features.
# Supported platforms
| | Windows | Linux | MacOS |
| ------- | ------- | ----- | ----- |
| i686 | ✅ | ✅ | - |
| x64 | ✅ | ✅ | - |
| aarch64 | - | - | - |
| arm | - | - | - |
# 🔗 Contribute
[Click here](./CONTRIBUTING.md) to see how to Contribute
# Usage
## Dependencies
- Rustbase needs to be running on host url.
```bash
rustbase-cli [options]
```
To change host or port, use `--host` and `--port` flags.
```bash
rustbase-cli --host --port [options]
```
# Authors
| [
@peeeuzin](https://github.com/peeeuzin) |
| :-------------------------------------------------------------------------------------------------------------------: |
# License
[MIT License](./LICENSE)