gandi.cli icon indicating copy to clipboard operation
gandi.cli copied to clipboard

⚠ ARCHIVED - Command line interface to Gandi.net products using the public API

Results 38 gandi.cli issues
Sort by recently updated
recently updated
newest added

I was willing to only migrate the part interesting me, to keep it simple: domains. It went a bit further. - I dropped support for Python 2.6, 2.7, 3.3, 3.4,...

Hi, I ask about this, because let say you have dev infra, pre-prod and production. For good security practice you will never use same API key. Will this be possible...

This PR aims to add JSON output and some network information when listing VM. So, you can customize the default text output using `jq` such as: ``` (gandi.cli) $ cat...

I'm trying to port `gandi domain list` to use the v5 REST API, but I hit something: The REST API for `/v5/domain/domains/{domain}` does not give a `zone_id`. The `commands/record.py` file...

On this machine, where default Python is still 2.7: ``` $ python --version Python 2.7.17 $ gandi --version Gandi CLI 1.6 Copyright: © 2014-2018 Gandi S.A.S. License: GPL-3 $ gandi...

in README.md, the current output is > $ gandi setup > > API Key: x134z5x4c5c # copy-paste your api key > > Environment [production] : # press enter for Production,...

**Feature Request** I would like to be able to ask gandi what domains are available for "something" and have the domains that are available sorted by price returned to me....

The v4 `gandi domain list` still produces the list of my domains, however when I want to look at a domain, `gandi record list xyz.abc` I get `No zone records...

If you follow the "Getting started" section of the readme for the v5 version of the site it won't work: 1. `pip install gandi.cli` 2. `gandi setup` 3. `Api key...

Now that v4 is dead, we cannot generate token for it any longer. But v5 doesn't support retrieving certificates right now (it looks like `/v5/certificate/issued-certs` isn't available yet although it...