Command-line interface for WAYSCloud — manage VPS, DNS, databases, storage, apps, IoT, and more
Project description
WAYSCloud CLI
Command-line interface for WAYSCloud. Built on the Python SDK.
Installation
pip install wayscloud-cli
Authentication
cloud login --token wayscloud_pat_...
cloud whoami
cloud logout
Priority: --token flag > WAYSCLOUD_TOKEN env var > ~/.wayscloud/credentials file.
Commands
VPS
cloud vps list
cloud vps create --hostname web01 --plan vps-medium --region no --os ubuntu-24.04
cloud vps info <id>
cloud vps delete <id> --confirm
cloud vps start <id>
cloud vps stop <id>
cloud vps plans
cloud vps os-templates
DNS
cloud dns zones
cloud dns zones-create example.com
cloud dns records example.com
cloud dns records-create example.com --type A --name www --value 192.0.2.1
cloud dns records-delete example.com <record-id> --confirm
Database
cloud db list
cloud db create mydb --type postgresql --tier standard
cloud db info postgresql mydb
cloud db delete postgresql mydb --confirm
Redis
cloud redis list
cloud redis create myredis --plan redis-starter --region no
cloud redis info <id>
cloud redis delete <id> --confirm
cloud redis plans
Storage
cloud storage buckets
cloud storage buckets-create my-bucket
cloud storage buckets-delete my-bucket --confirm
cloud storage credentials
Apps
cloud app list
cloud app create my-app --plan app-basic --region eu
cloud app deploy <id> --image ghcr.io/org/app:latest
cloud app start <id>
cloud app stop <id>
cloud app delete <id> --confirm
IoT
cloud iot devices
cloud iot devices-create --device-id sensor-01 --name "Temperature Sensor"
cloud iot devices-info <device-id>
cloud iot devices-delete <device-id> --confirm
cloud iot groups
cloud iot groups-create --name "Floor 2"
Shell
cloud shell connect
Output formats
# Default: formatted tables
cloud vps list
# JSON (for scripting)
cloud vps list --json
Requirements
- Python 3.9+
- wayscloud (SDK)
Documentation
Full reference: docs.wayscloud.services/cli
License
MIT
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
wayscloud_cli-0.2.3.tar.gz
(17.2 kB
view details)
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 wayscloud_cli-0.2.3.tar.gz.
File metadata
- Download URL: wayscloud_cli-0.2.3.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
230f40876e52e0e70542e8b0992beb9fba14ffaa65c06eb203e4e309d22f0be4
|
|
| MD5 |
ea52627e0a66586a7536c690d1b86ca4
|
|
| BLAKE2b-256 |
93a505e4dbe70f4542e6528d7573b91f71c489fcbe8f1a4034ac20ea5f7654a6
|
File details
Details for the file wayscloud_cli-0.2.3-py3-none-any.whl.
File metadata
- Download URL: wayscloud_cli-0.2.3-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f92ff27ef71fbdc5e2c40718aded64b3e1b12cea25252eab5c5e07b94cb7e06
|
|
| MD5 |
2ec12c20e8351bcf5b35421ac0e84ba8
|
|
| BLAKE2b-256 |
11dbab3ae9bad34650496767ab2621e2e9d83a86e6a8fce727993653a9570c74
|