You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: merge the plugin catalog into this PR's configuration-and-plugins page
Consolidates #586 (docs: plugin catalog for the 14 new game-ci/cli
plugins) into this PR instead of merging it separately - #586 targeted
docs/03-github-cli/04-configuration-and-plugins.mdx, which this PR
renumbers to 05-configuration-and-plugins.mdx (it inserts
04-orchestrate-advanced/), so the two would otherwise collide on the same
page under different filenames.
Content is updated to match what actually shipped, not #586's original
snapshot:
- live-show, dev-tunnel, crash-symbol-upload, screen-capture,
dedicated-server-provisioning and anti-cheat are removed from the
plugin list - the first was dropped entirely (game-ci/cli#146:
duplicated runtime-test-framework's player-launching, and the rest
of its scope - broadcast, an AI-driven playthrough agent - doesn't
belong in a CI tool), the other five were re-implemented as real
Orchestrator capabilities rather than plugin skeletons
(game-ci/cli#144), and are documented in a new "Not plugins:
build-lifecycle capabilities" section instead.
- steam-deploy and runtime-test-framework are marked "Implemented,
loaded by default" rather than folded in with the drafts - they are
real, working commands, just still subject to change.
- Added a warning block reflecting game-ci/cli#145: every plugin here
is experimental, none are published to npm, and each one warns at
runtime (drafts on load, the two implemented ones when their command
is actually used).
#586 will be closed as superseded once this merges.
0 commit comments