Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sources/cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -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." }
]
}