godaddy-cli

Installation
SKILL.md

Using the GoDaddy CLI

The godaddy CLI is an agent-first tool. Every command returns a single JSON envelope to stdout. There is no plain text mode, no --json flag, and no table output. Parse stdout as JSON.

Quick Start

# Discover all commands and check current state
godaddy

# Authenticate (opens browser for OAuth)
godaddy auth login

# Check auth + environment
godaddy auth status
godaddy env get

# List applications
godaddy application list
Installs
3
Repository
godaddy/cli
GitHub Stars
14
First Seen
Jun 17, 2026
godaddy-cli — godaddy/cli