This repository is for connecting to the PlusClouds Ecosystem through the Command Line System.
Find a file
yakari007 bac6407506
Merge pull request #12 from plusclouds/dev
Update requirements.txt
2022-10-04 19:01:04 +03:00
.idea binded cache into http client 2022-07-17 13:16:23 +02:00
plusclouds Removed create controller and create functionality 2022-09-30 20:06:38 +01:00
tests added api_tests 2022-07-17 13:17:34 +02:00
.gitignore Added Command Binder 2022-07-08 12:51:32 +02:00
LICENSE Initial commit 2022-06-20 15:40:22 +02:00
pyproject.toml Changed pyproject.toml version from 0.1.0 to 0.1.1 2022-09-30 20:09:59 +01:00
README.md Update README.md 2022-09-30 09:30:32 +03:00
requirements.txt Update requirements.txt 2022-10-04 18:58:56 +03:00

plusclouds-cli

PlusClouds command line interface (CLI) aims to be the command-line tool to access offered services and features. After user validation through a token taken from the PlusClouds website, users can create domains, virtual machines, virtual disk images, cloud storage, virtual network cards, networks, datacenter nodes, network pools, and storage. Users can also list existing operational services and features that PlusClouds provides and show currently registered credit cards, countries, addresses, accounts, categories, and many more. Apart from creating services and listing existing information, the system can connect to virtual machines created in the PlusClouds ecosystem through SSH, allowing users to create, view, and manage services through CLI.

To initiate this repository please execute the following command:

python3 -m pip install -r requirements.txt

To test the repository execute the following script

 python3 -m pytest tests/

To execute the file

python3 -m plusclouds