A CLI tool to manage your gandi.net domains
-
This tool is written in Python and requires
setuptools
. -
To install, clone the repo and then run
pip install .
inside the project's directory. -
Run
gandi
to get an overview of available options and commands. A user API key and the hostname to use are required options, they can be passed via command line options or in environment variables.
Some options can be configured via environment variables:
Your API key
At time of writing:
- The test server is
https://rpc.ote.gandi.net/xmlrpc/
- The production server is
https://rpc.gandi.net/xmlrpc/
For more info please refer to the API Overview.