Thanks to visit codestin.com
Credit goes to github.com

Skip to content

glasnt/divio-cli

 
 

Repository files navigation

Divio CLI - Command-line interface to the Divio Cloud

PyPI Version PyPI Downloads Wheel Support License

Installing

pip install divio-cli

Using the CLI

See Divio Support: How to use the Divio command-line interface

Releasing the binary

All of the binaries have to be built on the operating systems they're being built for.

OS X

Currently only support for native builds

Windows

via Appveyor

Build

./scripts/build-unix.sh

Test

./binary/divio-Darwin version

Linux

Can be built by using either Linux natively or with Docker on a UNIX system

Build

Native

./scripts/build-unix.sh

with Docker

docker-compose build
docker-compose run --rm builder

Test

Native

./binary/divio-Linux version

With Docker

./scripts/test-unix.sh

Windows

Use / connect to a Windows (virtual) machine (the only requirement is Python 2.7) and open a PowerShell

Build

.\scripts\build-windows.ps1

Test

.\binary\divio-Windows version

About

Command line interface to the Divio Cloud (formerly aldryn-client)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.6%
  • Other 2.4%