CloudBlue Connect Command Line Interface
Project description
CloudBlue Connect Command Line Interface
Introduction
The CloudBlue Connect Command Line Interface (CLI) is an extensible unified tool to perform various automation scenarios. With just one tool, you can control multiple Connect modules from the command line and automate them through scripts.
Since it is extensible, user can write your own plugins to extend its functionalities.
Install
Prerequisites
connect-cli depends on Cairo, Pango and
GDK-PixBuf.
Please refers to the platform-specific instructions on how to install these dependecies:
Using PIP
To use connect-cli you need a system with python 3.6 or later installed.
$ pip install --upgrade connect-cli
Binary distributions
A single executable binary distribution is available for windows, linux and mac os x. You can it from the Github Releases page.
To install under linux:
$ curl -O -J https://github.com/cloudblue/connect-cli/releases/download/xx.yy/connect-cli_xx.yy_linux_amd64.tar.gz
$ tar xvfz connect-cli_xx.yy_linux_amd64.tar.gz
$ sudo cp dist/ccli /usr/local/bin/ccli
To install under Mac OS X:
$ curl -O -J https://github.com/cloudblue/connect-cli/releases/download/xx.yy/connect-cli_xx.yy_osx_amd64.tar.gz
$ tar xvfz connect-cli_xx.yy_osx_amd64.tar.gz
$ sudo cp dist/ccli /usr/local/bin/ccli
If your user is not a sudoer, you can copy the
ccliexecutable from the dist directory to a directory of your choice that is listed in thePATHvariable.
To install under Windows
Download the windows single executable zipfile from Github Releases, extract it and place it in a folder that is included in your PATH system variable.
Usage
Run tests
connect-cli uses poetry for dependencies management and packaging.
To run the connect-cli tests suite run:
$ pip install poetry
$ poetry install
$ poetry run pytest
License
connect-cli is released under the Apache License Version 2.0.
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 connect-cli-22.21.tar.gz.
File metadata
- Download URL: connect-cli-22.21.tar.gz
- Upload date:
- Size: 114.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.9 Linux/5.4.0-1043-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02994623bddf69883a43982ff930ab98491f1976c3f4baf4a2326ecd8d410b40
|
|
| MD5 |
27e237c7b39b1778140ad8267b880fcf
|
|
| BLAKE2b-256 |
25f40d5ca7f6fa70aa597ebaed5060a13325eedaa95048a753e522977ef3063a
|
File details
Details for the file connect_cli-22.21-py3-none-any.whl.
File metadata
- Download URL: connect_cli-22.21-py3-none-any.whl
- Upload date:
- Size: 198.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.9 Linux/5.4.0-1043-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf00b9c204f08ae81f08c197aadea1e40831e4c192c4d0c4629d341aa40f25f0
|
|
| MD5 |
e3776aef746e59fd2cd291ac0136fb5d
|
|
| BLAKE2b-256 |
084704bc228ca63fdd79489526a7ebeec6c79f392662b2158923676c281c211f
|