Skip to content

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

License

Notifications You must be signed in to change notification settings

ajhalili2006/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

Testing

We have two kinds of tests. Small and quick unit tests and the more complex and involved integration tests.

Unit tests

These do not require external communication and can be run with the following command:

tox -- -m "not integration"

Integration tests

These to require a more involved setup and will trigger actions on a real project. You have to provide the project name and your user must be logged in into divio cloud.

You might get asked to provide authentication information during the test, depending on your setup.

tox --  -m "integration" --test_project_name <NAME_OF_A_PROJECT_FOR_TESTING>

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%