Skip to main content

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/downloads/cli/latest/redu_1.0.0.deb
sudo apt update
sudo apt install -y ./redu_1.0.0.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 auth
redu image
redu network
redu server
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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redu-1.0.2.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

redu-1.0.2-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

Details for the file redu-1.0.2.tar.gz.

File metadata

  • Download URL: redu-1.0.2.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

Hashes for redu-1.0.2.tar.gz
Algorithm Hash digest
SHA256 34028b55a1f087fc25b1824b6b91f202d7dd22cb2edcd5a1f41c270646c3cd0f
MD5 22c07e97eb6b167c9fdfbaf3696950cb
BLAKE2b-256 89663b4dd01f649d553b07ad1ec3388e7649a035c2d9a83a80c4c2c838009665

See more details on using hashes here.

File details

Details for the file redu-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: redu-1.0.2-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

Hashes for redu-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1168562f276cf0b17593fac1511e9c92d6fb2822bf33a08c03322942567f302b
MD5 0dad0e3d46ba9b4fdff7b4d5695fbf3e
BLAKE2b-256 d4cd6cf6c9220cf03746093b115c01d61998af32152f6332da4893426f1dc6f4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page