Skip to content
forked from Gandi/gandi.cli

command line interface to Gandi.net products using the public API

Notifications You must be signed in to change notification settings

lisptick/gandi.cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gandi CLI project
=================

Gandi command line interface project

-----------------
You can use Gandi cli as a command line
>>> gandi
>>> gandi vm list --help

-----------------
You can also use Gandi cli modules as a python modules

>>> from gandi.cli.modules.iaas import Iaas
>>> Iaas.list()
>>> Iaas.info(648)


Build man page
--------------

install python-docutils and run:
  rst2man --no-generator gandicli.man.rst > gandi.1.man

then to read the manpage:
  man ./gandi.1.man


How to install
--------------

Use pypi installation:
  virtualenv /some/directory/gandi.cli
  source /some/directory/gandi.cli/bin/enable
  pip install gandi.cli

and you will be able to start:
  gandi --help


Distribution packages
----------------------

See packages/README.rst

About

command line interface to Gandi.net products using the public API

Resources

Stars

Watchers

Forks