globalize-now-cli-use
Installation
SKILL.md
Globalize CLI Usage
This skill guides you through managing translation resources on the Globalize platform using the CLI (globalise-now-cli).
Always use --json when running commands programmatically. Parse JSON output to extract IDs for subsequent commands. Many operations require UUIDs returned from prior steps.
All examples use npx @globalize-now/cli-client. If the CLI is installed globally, replace with globalise-now-cli.
Step 1: Prerequisite Check
Verify authentication is configured:
npx @globalize-now/cli-client auth status --json
If this fails or reports no credentials, run the globalize-now-account-setup skill first.