Get-Domains Script
Table of Contents
On Github: https://github.com/cumulodev/hoster-tools/tree/master/get-domains
Get-Domains is a handy little script that allows you to get a list of all registered domains from your account.
Installation
If you have Go installed, the get-domains
can simply be installed by go get:
go get https://github.com/cumulodev/hoster-tools/tree/master/get-domains
Usage
As key
and secret
please use your assigned API key and secret (can be found at https://portal.nimbusec.com/einstellungen/serveragent).
To get ALL domains:
get-domains -key abc -secret abc
Output
You will get a CSV
compatible with the sync-domains/create-agent-config script: domain,path,scheme,bundleid,deeplink
. The path will always be empty - it is only needed for server-agent configuration.
example.com,,https,ran-dom-bundle-id,
www.example.com,,http,ran-dom-bundle-id,