Directories
¶
| Path | Synopsis |
|---|---|
|
Package browser provides utilities for opening URLs in a web browser
|
Package browser provides utilities for opening URLs in a web browser |
|
cmd
|
|
|
actions
Package actions implements the actions command.
|
Package actions implements the actions command. |
|
actions/artifact
Package artifact implements the actions artifact command.
|
Package artifact implements the actions artifact command. |
|
actions/artifact/delete
Package delete implements the actions artifact delete command.
|
Package delete implements the actions artifact delete command. |
|
actions/artifact/download
Package download implements the actions artifact download command.
|
Package download implements the actions artifact download command. |
|
actions/artifact/list
Package list implements the actions artifact list command.
|
Package list implements the actions artifact list command. |
|
actions/artifact/view
Package view implements the actions artifact view command.
|
Package view implements the actions artifact view command. |
|
actions/job
Package job implements the actions job command.
|
Package job implements the actions job command. |
|
actions/job/list
Package list implements the actions job list command.
|
Package list implements the actions job list command. |
|
actions/job/log
Package log implements the actions job log command.
|
Package log implements the actions job log command. |
|
actions/job/view
Package view implements the actions job view command.
|
Package view implements the actions job view command. |
|
actions/run
Package run implements the actions run command.
|
Package run implements the actions run command. |
|
actions/run/list
Package list implements the actions run list command.
|
Package list implements the actions run list command. |
|
actions/run/view
Package view implements the actions run view command.
|
Package view implements the actions run view command. |
|
actions/run/watch
Package watch implements the actions run watch command.
|
Package watch implements the actions run watch command. |
|
actions/runner
Package runner implements the actions runner command.
|
Package runner implements the actions runner command. |
|
actions/runner-group
Package runnergroup implements the actions runner-group command.
|
Package runnergroup implements the actions runner-group command. |
|
actions/runner-group/list
Package list implements the actions runner-group list command.
|
Package list implements the actions runner-group list command. |
|
actions/runner-group/runner
Package runner implements the actions runner-group runner command.
|
Package runner implements the actions runner-group runner command. |
|
actions/runner-group/runner-set
Package runnerset implements the actions runner-group runner-set command.
|
Package runnerset implements the actions runner-group runner-set command. |
|
actions/runner-group/runner-set/list
Package list implements the actions runner-group runner-set list command.
|
Package list implements the actions runner-group runner-set list command. |
|
actions/runner-group/runner/list
Package list implements the actions runner-group runner list command.
|
Package list implements the actions runner-group runner list command. |
|
actions/runner-group/shared-namespace
Package sharednamespace implements the actions runner-group shared-namespace command.
|
Package sharednamespace implements the actions runner-group shared-namespace command. |
|
actions/runner-group/shared-namespace/list
Package list implements the actions runner-group shared-namespace list command.
|
Package list implements the actions runner-group shared-namespace list command. |
|
actions/runner-group/view
Package view implements the actions runner-group view command.
|
Package view implements the actions runner-group view command. |
|
actions/runner-set
Package runnerset implements the actions runner-set command.
|
Package runnerset implements the actions runner-set command. |
|
actions/runner-set/list
Package list implements the actions runner-set list command.
|
Package list implements the actions runner-set list command. |
|
actions/runner-set/shared-runner-sets
Package sharedrunnersets implements the actions runner-set shared-runner-sets command.
|
Package sharedrunnersets implements the actions runner-set shared-runner-sets command. |
|
actions/runner/list
Package list implements the actions runner list command.
|
Package list implements the actions runner list command. |
|
actions/runner/shared-runners
Package sharedrunners implements the actions runner shared-runners command.
|
Package sharedrunners implements the actions runner shared-runners command. |
|
actions/yaml
Package yaml implements the actions yaml command.
|
Package yaml implements the actions yaml command. |
|
actions/yaml/validate
Package validate implements the actions yaml validate command.
|
Package validate implements the actions yaml validate command. |
|
api
Package api implements the generic api command.
|
Package api implements the generic api command. |
|
auth
Package auth implements authentication commands
|
Package auth implements authentication commands |
|
auth/login
Package login implements the auth login command
|
Package login implements the auth login command |
|
auth/logout
Package logout implements the auth logout command
|
Package logout implements the auth logout command |
|
auth/status
Package status implements the auth status command
|
Package status implements the auth status command |
|
auth/token
Package token implements the auth token command
|
Package token implements the auth token command |
|
commit
Package commit implements the commit command
|
Package commit implements the commit command |
|
commit/comments
Package comments implements the commit comments command
|
Package comments implements the commit comments command |
|
commit/comments/create
Package create implements the commit comments create command
|
Package create implements the commit comments create command |
|
commit/comments/edit
Package edit implements the commit comments edit command
|
Package edit implements the commit comments edit command |
|
commit/comments/list
Package list implements the commit comments list command
|
Package list implements the commit comments list command |
|
commit/comments/listbysha
Package listbysha implements the commit comments list-by-sha command
|
Package listbysha implements the commit comments list-by-sha command |
|
commit/comments/view
Package view implements the commit comments view command
|
Package view implements the commit comments view command |
|
commit/diff
Package diff implements the commit diff command
|
Package diff implements the commit diff command |
|
commit/patch
Package patch implements the commit patch command
|
Package patch implements the commit patch command |
|
commit/view
Package view implements the commit view command
|
Package view implements the commit view command |
|
config
Package config implements user-visible CLI configuration commands.
|
Package config implements user-visible CLI configuration commands. |
|
discussions
Package discussions implements the discussions command.
|
Package discussions implements the discussions command. |
|
discussions/comments
Package comments implements the discussions comments subcommand group (organization scope).
|
Package comments implements the discussions comments subcommand group (organization scope). |
|
discussions/comments/list
Package list implements the discussions comments list command (org scope).
|
Package list implements the discussions comments list command (org scope). |
|
discussions/comments/replies
Package replies implements the discussions comments replies command (org scope).
|
Package replies implements the discussions comments replies command (org scope). |
|
discussions/list
Package list implements the discussions list command.
|
Package list implements the discussions list command. |
|
discussions/project
Package project implements the discussions project subcommand group.
|
Package project implements the discussions project subcommand group. |
|
discussions/project/comments
Package comments implements the discussions project comments subcommand group (repository scope).
|
Package comments implements the discussions project comments subcommand group (repository scope). |
|
discussions/project/comments/list
Package list implements the discussions project comments list command (repo scope).
|
Package list implements the discussions project comments list command (repo scope). |
|
discussions/project/comments/replies
Package replies implements the discussions project comments replies command (repo scope).
|
Package replies implements the discussions project comments replies command (repo scope). |
|
discussions/project/list
Package list implements the discussions project list command.
|
Package list implements the discussions project list command. |
|
discussions/project/view
Package view implements the discussions project view command.
|
Package view implements the discussions project view command. |
|
discussions/render
Package render provides shared renderers for discussion commands, kept in a standalone package to avoid import cycles between a command group and its subcommands.
|
Package render provides shared renderers for discussion commands, kept in a standalone package to avoid import cycles between a command group and its subcommands. |
|
discussions/view
Package view implements the discussions view command.
|
Package view implements the discussions view command. |
|
doctor
Package doctor implements local GitCode CLI diagnostics.
|
Package doctor implements local GitCode CLI diagnostics. |
|
doctor/install
Package install diagnoses GitCode CLI installation sources and PATH conflicts.
|
Package install diagnoses GitCode CLI installation sources and PATH conflicts. |
|
help
Package help implements the help command with search and discovery features.
|
Package help implements the help command with search and discovery features. |
|
issue
Package issue implements the issue command
|
Package issue implements the issue command |
|
issue/close
Package close implements the issue close command
|
Package close implements the issue close command |
|
issue/comment
Package comment implements the issue comment command
|
Package comment implements the issue comment command |
|
issue/comment/edit
Package edit implements the issue comment edit command.
|
Package edit implements the issue comment edit command. |
|
issue/comments
Package comments implements the issue comments command.
|
Package comments implements the issue comments command. |
|
issue/create
Package create implements the issue create command
|
Package create implements the issue create command |
|
issue/edit
Package edit implements the issue edit command
|
Package edit implements the issue edit command |
|
issue/label
Package label implements the issue label command
|
Package label implements the issue label command |
|
issue/list
Package list implements the issue list command
|
Package list implements the issue list command |
|
issue/prs
Package prs implements the issue prs command
|
Package prs implements the issue prs command |
|
issue/relations
Package relations implements the issue relations command.
|
Package relations implements the issue relations command. |
|
issue/reopen
Package reopen implements the issue reopen command
|
Package reopen implements the issue reopen command |
|
issue/view
Package view implements the issue view command
|
Package view implements the issue view command |
|
label
Package label implements the label command
|
Package label implements the label command |
|
label/create
Package create implements the label create command
|
Package create implements the label create command |
|
label/delete
Package delete implements the label delete command
|
Package delete implements the label delete command |
|
label/list
Package list implements the label list command
|
Package list implements the label list command |
|
lark
Package lark implements the lark command group, a subprocess bridge to the official Feishu/Lark CLI (lark-cli).
|
Package lark implements the lark command group, a subprocess bridge to the official Feishu/Lark CLI (lark-cli). |
|
milestone
Package milestone implements the milestone command
|
Package milestone implements the milestone command |
|
milestone/create
Package create implements the milestone create command
|
Package create implements the milestone create command |
|
milestone/delete
Package delete implements the milestone delete command
|
Package delete implements the milestone delete command |
|
milestone/edit
Package edit implements the milestone edit command
|
Package edit implements the milestone edit command |
|
milestone/list
Package list implements the milestone list command
|
Package list implements the milestone list command |
|
milestone/view
Package view implements the milestone view command
|
Package view implements the milestone view command |
|
pr
Package pr implements the pr command
|
Package pr implements the pr command |
|
pr/checkout
Package checkout implements the pr checkout command
|
Package checkout implements the pr checkout command |
|
pr/close
Package close implements the pr close command
|
Package close implements the pr close command |
|
pr/comment
Package comment implements the PR comment command
|
Package comment implements the PR comment command |
|
pr/comment/delete
Package delete implements the PR comment delete command
|
Package delete implements the PR comment delete command |
|
pr/comment/edit
Package edit implements the PR comment edit command
|
Package edit implements the PR comment edit command |
|
pr/comment/resolve
Package resolve implements the PR comment resolve/unresolve commands
|
Package resolve implements the PR comment resolve/unresolve commands |
|
pr/comments
Package comments implements the pr comments command
|
Package comments implements the pr comments command |
|
pr/create
Package create implements the pr create command
|
Package create implements the pr create command |
|
pr/diff
Package diff implements the pr diff command
|
Package diff implements the pr diff command |
|
pr/edit
Package edit implements the pr edit command
|
Package edit implements the pr edit command |
|
pr/issues
Package issues implements the pr issues command
|
Package issues implements the pr issues command |
|
pr/label
Package label implements the pr label command
|
Package label implements the pr label command |
|
pr/list
Package list implements the pr list command
|
Package list implements the pr list command |
|
pr/merge
Package merge implements the pr merge command
|
Package merge implements the pr merge command |
|
pr/ready
Package ready implements the pr ready command
|
Package ready implements the pr ready command |
|
pr/reopen
Package reopen implements the pr reopen command
|
Package reopen implements the pr reopen command |
|
pr/reply
Package reply implements the pr reply command
|
Package reply implements the pr reply command |
|
pr/review
Package review implements the pr review command
|
Package review implements the pr review command |
|
pr/sync
Package sync implements the pr sync command.
|
Package sync implements the pr sync command. |
|
pr/test
Package test implements the pr test command
|
Package test implements the pr test command |
|
pr/view
Package view implements the pr view command
|
Package view implements the pr view command |
|
precommit
Package precommit implements the precommit command group.
|
Package precommit implements the precommit command group. |
|
precommit/check
Package check implements the `precommit check` command.
|
Package check implements the `precommit check` command. |
|
release
Package release implements the release command
|
Package release implements the release command |
|
release/create
Package create implements the release create command
|
Package create implements the release create command |
|
release/delete
Package delete implements the release delete command
|
Package delete implements the release delete command |
|
release/download
Package download implements the release download command
|
Package download implements the release download command |
|
release/edit
Package edit implements the release edit command
|
Package edit implements the release edit command |
|
release/list
Package list implements the release list command
|
Package list implements the release list command |
|
release/upload
Package upload implements the release upload command
|
Package upload implements the release upload command |
|
release/view
Package view implements the release view command
|
Package view implements the release view command |
|
repo
Package repo implements repository commands
|
Package repo implements repository commands |
|
repo/branch
Package branch implements the repo branch command
|
Package branch implements the repo branch command |
|
repo/clone
Package clone implements the repo clone command
|
Package clone implements the repo clone command |
|
repo/create
Package create implements the repo create command
|
Package create implements the repo create command |
|
repo/delete
Package delete implements the repo delete command
|
Package delete implements the repo delete command |
|
repo/fork
Package fork implements the repo fork command
|
Package fork implements the repo fork command |
|
repo/list
Package list implements the repo list command
|
Package list implements the repo list command |
|
repo/log
Package log implements the repo log command.
|
Package log implements the repo log command. |
|
repo/stats
Package stats implements the repo stats command
|
Package stats implements the repo stats command |
|
repo/sync
Package sync implements the repo sync command.
|
Package sync implements the repo sync command. |
|
repo/view
Package view implements the repo view command
|
Package view implements the repo view command |
|
root
Package root implements the root command for gc.
|
Package root implements the root command for gc. |
|
schema
Package schema exposes machine-readable command metadata.
|
Package schema exposes machine-readable command metadata. |
|
update
Package update implements explicit installation-channel updates.
|
Package update implements explicit installation-channel updates. |
|
version
Package version implements the version command
|
Package version implements the version command |
|
Package cmdutil provides utilities for command implementation
|
Package cmdutil provides utilities for command implementation |
|
Package config provides configuration management for gitcode-cli
|
Package config provides configuration management for gitcode-cli |
|
Package installupdate manages the npm-bootstrap updater lifecycle.
|
Package installupdate manages the npm-bootstrap updater lifecycle. |
|
Package iostreams provides input/output stream management
|
Package iostreams provides input/output stream management |
|
Package larkcli provides a subprocess bridge to the official Feishu/Lark CLI tool (lark-cli).
|
Package larkcli provides a subprocess bridge to the official Feishu/Lark CLI tool (lark-cli). |
|
Package precommit detects and manages pre-commit configuration and environment.
|
Package precommit detects and manages pre-commit configuration and environment. |
Click to show internal directories.
Click to hide internal directories.