docs(unity-cli): align skill to CLI 1.0.0-beta.11 - #80
Open
chris-addison wants to merge 1 commit into
Open
chris-addison wants to merge 1 commit into
chris-addison wants to merge 1 commit into
Conversation
Adds the cloud-automation reference for the pipeline cloud-build and pipeline automation inventory commands, documents unity assets export, points the install one-liners at the unity.com alias, and refreshes the build, diagnostics, editors, integration, projects, version-control and collaboration references to the beta.11 surface. Generated with Claude Code
chris-addison
marked this pull request as ready for review
September 23, 2026 17:55
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.
What & why
Mirrors the hub source of the
unity-cliskill into this repo, aligned to the released CLI1.0.0-beta.11. The published copy covers only surface that has shipped in a released CLI. Documentation for changes that haven't shipped yet stays out until its release.Changes
references/cloud-automation.md, covering the read-onlyunity pipeline cloud-build(targets, builds) andunity pipeline automation(apps, pipelines, jobs) inventory commands: context and authentication, filters and sorting, native JSON output, endpoint-native pagination, error codes, and redaction. SKILL.md gains a routing entry for them.unity assets export, the write-side companion tounity assets inspect, inprojects-templates.md.https://unity.com/install.shandhttps://unity.com/install.ps1and no longer setUNITY_CLI_CHANNEL=beta. The alias serves the same objects aspublic-cdn.cloud.unity3d.comover HTTPS (identical ETag and Last-Modified).unity recompile, and theprojects createwalkthrough's Unity Cloud default is corrected to Yes.auth-license-cloud.mdto a command family that isn't part of the public CLI surface.Also updated
README.md: N/ASecurity / public-safety pass
check-skill-frontmatter.mjswithjs-yaml@4): pass, 31 skillsunity-cli. The remaining grep hits are the publicunity collaborationcommand and the Pipeline package's built-ineval/eval_filecommands, both already public and covered bySECURITY.md.unity.comalias, still HTTPS and serving the identical CDN objects. Accepted inherent risk, as before.Generated with Claude Code