Redu Cloud CLI
Project description
Redu CLI
The Redu CLI is a command-line tool for interacting with the redu.cloud platform. It allows you to authenticate, manage servers, networks, images, and other cloud resources directly from your terminal.
Installation
Option 1 (recommended): Python via pipx
This installs redu as a global command without affecting your system Python.
Debian / Ubuntu
sudo apt update
sudo apt install -y pipx
pipx ensurepath
# reopen terminal or run:
source ~/.profile
pipx install redu
redu --help
Upgrade:
pipx upgrade redu
Uninstall:
pipx uninstall redu
Option 2: Debian / Ubuntu (.deb package)
If you prefer a system package install:
wget https://redu.cloud/redu_1.0.0_amd64.deb
sudo apt update
sudo apt install -y ./redu_1.0.0_amd64.deb
Verify:
redu --help
Option 3: Python virtual environment (portable)
Use this method if you don’t want a system-wide install or pipx is not available.
python3 -m venv ~/redu-venv
source ~/redu-venv/bin/activate
pip install -U pip
pip install redu
redu --help
To deactivate later:
deactivate
Quick start
Authenticate:
redu auth -u <username>
Check who you are logged in as:
redu whoami
List servers:
redu server list
Commands overview
redu ai
redu auth
redu image
redu network
redu server
redu setup
redu ssh
redu whoami
Use --help on any command for more details:
redu server --help
License
This CLI is source-visible but proprietary software.
You may use it with redu.cloud services, but you may not modify, redistribute, or create derivative works without explicit written permission.
See the LICENSE file for full terms.
Support
- Website: https://redu.cloud
- Documentation: https://redu.cloud/docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file redu-1.0.1.tar.gz.
File metadata
- Download URL: redu-1.0.1.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca2ea5bbc8989202833fa6d74904948e54dc086f21d4d707b12e3b915806f291
|
|
| MD5 |
ccc31419b556c0f8672169908b6968ff
|
|
| BLAKE2b-256 |
60850c68fd13d645abefd6b896329d7731c734df4eebafa875b8789ebb11f817
|
File details
Details for the file redu-1.0.1-py3-none-any.whl.
File metadata
- Download URL: redu-1.0.1-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
323e38cf498179654c7bbc521189f99320f73b1ce0c38440c27c54db36a02fb1
|
|
| MD5 |
f309c56a3553e6184349a46606b7e0b3
|
|
| BLAKE2b-256 |
fc02595d9d6f457c4c9b25d424b1f241f6196983976fc900a80a7a1db1c7de6c
|