tintoy / didata_cli

Cross-platform command line tool for Dimension Data CloudControl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dimension Data CLI

image

image

A CLI tool to interact with the Dimension Data Cloud

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

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

About

Cross-platform command line tool for Dimension Data CloudControl.

License:Apache License 2.0


Languages

Language:Python 100.0%