Octodns: Difference between revisions

imported>Onny
Add example usage
imported>Onny
Update example config
Line 30: Line 30:
   gandi:
   gandi:
     class: octodns_gandi.GandiProvider
     class: octodns_gandi.GandiProvider
     api_key: env/GANDI_API_KEY
     token: env/GANDI_TOKEN


zones:
zones:
Line 52: Line 52:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
GANDI_API_KEY=1234 octodns-sync --config config.yaml --doit
GANDI_TOKEN=1234 octodns-sync --config config.yaml --doit
</syntaxhighlight>
</syntaxhighlight>