forked from Gandi/gandi.cli
-
Notifications
You must be signed in to change notification settings - Fork 0
command line interface to Gandi.net products using the public API
lisptick/gandi.cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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