diff --git a/sources/cli.json b/sources/cli.json index da66a488..78f86b9f 100644 --- a/sources/cli.json +++ b/sources/cli.json @@ -20,6 +20,7 @@ { "name": "aws", "domain": "amazonaws.com", "install": "brew install awscli && aws configure", "docs": "https://docs.aws.amazon.com/cli/", "description": "The AWS command-line interface across every AWS service." }, { "name": "az", "domain": "azure.com", "install": "brew install azure-cli && az login", "docs": "https://learn.microsoft.com/cli/azure/", "description": "Manage Azure resources, identities, and deployments." }, { "name": "linear", "domain": "linear.app", "install": "npm i -g @linear/cli && linear auth", "docs": "https://linear.app/developers", "description": "Create and manage Linear issues and projects from the terminal." }, - { "name": "shopify", "domain": "shopify.com", "install": "npm i -g @shopify/cli && shopify auth login", "docs": "https://shopify.dev/docs/api/shopify-cli", "description": "Build, test, and deploy Shopify apps and themes." } + { "name": "shopify", "domain": "shopify.com", "install": "npm i -g @shopify/cli && shopify auth login", "docs": "https://shopify.dev/docs/api/shopify-cli", "description": "Build, test, and deploy Shopify apps and themes." }, + { "name": "fullstackgtm", "domain": "fullstackgtm.com", "install": "npm install -g fullstackgtm && fullstackgtm doctor --json", "docs": "https://fullstackgtm.com/INSTALL_FOR_AGENTS.md", "repo": "https://github.com/fullstackgtm/core", "description": "Open-source agentic GTM ops CLI for CRM/GTM audits, reviewable dry-run patch plans, approval-gated write-back, dedupe, enrichment, and HubSpot/Salesforce/Stripe workflows." } ] }