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.
Release files for connect-cli 22.25
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| connect-cli-22.25.tar.gz | 114.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| connect_cli-22.25-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 312.6 kB
Release files / connect-cli-22.25.tar.gz
| Download URL | connect-cli-22.25.tar.gz |
|---|---|
| Size | 114.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fb830a8a7839c3dcb4d43188ba9a6acc61682319116cfb4cc69cbdcb966cd0e7
|
|
BLAKE2b-256 checksum How to use checksums |
04d008f16b816a37e6621ffa65e7d722c0cf929eba66638aa23725bfe77eaa05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.6 CPython/3.8.10 Linux/5.4.0-1046-azure
|
Release files / connect_cli-22.25-py3-none-any.whl
| Download URL | connect_cli-22.25-py3-none-any.whl |
|---|---|
| Size | 198.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c6c86274ae26b7391bf9a26c22a42db19e6df33d7f7973a495a4adfcc946e9db
|
|
BLAKE2b-256 checksum How to use checksums |
0c42ce864a461934c708c16a33501c4348ce0dd350fd608bb8f376174435e203
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.6 CPython/3.8.10 Linux/5.4.0-1046-azure
|