didata_cli 0.2.4

Creator: bradpython12

Last updated:

Add to Cart

Description:

didata cli 0.2.4

A CLI tool to interact with the Dimension Data Cloud

Documentation: didata_cli at ReadTheDocs
Python package: didata_cli at PyPi
Source code: didata_cli at GitHub
Free software: Apache License (2.0)


Installation
Installation via pip:
pip install didata_cli
It is highly recommended to also take the LATEST version of libcloud:
pip install git+https://github.com/apache/libcloud.git@trunk --upgrade


QuickStart
To see all the commands:
didata --help
The easiest way to start using the CLI is to export environment variables for username and password:
export DIDATA_USER='cloud_user'
export DIDATA_PASSWORD='cloud_password'
You may also want to specify a region (Default is dd-na):
export DIDATA_REGION='dd-eu'
From there as a first command to list servers:
didata server list


Contributing

Fork it ( https://github.com/DimensionDataDevOps/didata_cli/fork )
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am ‘Add some feature’)
Push to the branch (git push origin my-new-feature)
Create a new Pull Request

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.