DX-596-together-gpu-clusters: sync with mintlify-docs#955#33
Merged
zainhas merged 1 commit intoJun 19, 2026
Merged
Conversation
Sync with togethercomputer/mintlify-docs#955, which replaced the legacy standalone tcloud binary with the Together CLI (tg) in the GPU clusters docs. - Rename references/tcloud-cli.md to references/cli.md and rewrite for tg - Use 'uv tool install "together[cli]"' install and TOGETHER_API_KEY auth - Switch CLI examples from 'together beta clusters' to 'tg beta clusters' - Drop standalone tcloud install/auth and 'Equivalent tcloud command' blocks - Add --non-interactive flag and interactive prompt note - Update SKILL.md routing labels and Resource Map to point at cli.md
Collaborator
Author
|
@pahluwalia-tcloud @muhsinking could I get a review on this to sync GPU skill with recent docs updates |
muhsinking
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync the
together-gpu-clustersskill with togethercomputer/mintlify-docs#955, which replaced the legacy standalonetcloudCLI with the Together CLI (tg) across the GPU cluster docs.Triggering doc changes
docs/gpu-clusters-api.mdx— primary rewrite: switched the CLI section fromtcloudtotg beta clusters, swapped the installer touv tool install "together[cli]", replacedtcloud sso loginwithTOGETHER_API_KEYauth, removed the Terraform Provider section, and updated all CI/cron/auto-scaling samples to usetg.docs/gpu-clusters-management.mdx— "scaling operations" now lists "Together CLI" instead of "tcloud CLI".docs/gpu-clusters-overview.mdx— removed Terraform from the "Full API access" bullet.docs/gpu-clusters-quickstart.mdx— kubeconfig is now downloaded viatg beta clusters get-credentials [CLUSTER_ID] --set-default-context.Skill changes
references/tcloud-cli.md→references/cli.md; the file is no longer about a legacy binary.uv tool install "together[cli]"(with auvxnote for CI/CD).together auth loginwithTOGETHER_API_KEYenv-var auth, matching the new docs.together beta clusters …totg beta clusters …(the form used throughout the docs); noted thattogetherremains an alias.--non-interactiveflag and the interactive-prompt behavior fortg beta clusters create.SKILL.mdrouting and Resource Map at the newreferences/cli.mdand relabeled "tcloud CLI workflows" as "Together CLI workflows".Validation:
python scripts/quick_validate.py skills/together-gpu-clustersandpython scripts/quality_check.pyboth pass.Generated by the Sync Skills Cursor Automation. Please review before merging.