Skip to main content

godaddy

Domain registration and web hosting services.

Provider Summary (v23.12.00190)
total services: 9
total methods: 63
total resources: 20
total selectable resources: 19

See also:
[SHOW] [DESCRIBE] [REGISTRY]


Installation

To pull the latest version of the godaddy provider, run the following command:

REGISTRY PULL godaddy;

To view previous provider versions or to pull a specific provider version, see here.

Authentication

The following system environment variables are used for authentication by default:

These variables are sourced at runtime (from the local machine or as CI variables/secrets).

Using different environment variables

To use different environment variables (instead of the defaults), use the --auth flag of the stackql program. For example:


AUTH='{ "okta": { "type": "bearer", "credentialsenvvar": "YOUR_GODADDY_API_KEY_VAR" }}'
stackql shell --auth="${AUTH}"

or using PowerShell:


$Auth = "{ 'okta': { 'type': 'bearer', 'credentialsenvvar': 'YOUR_GODADDY_API_KEY_VAR' }}"
stackql.exe shell --auth=$Auth

Services