Skip to main content

Module cmd

Module cmd 

Source
Expand description

Command implementations for gor.

Each subcommand lives in its own module. The dispatch function routes parsed CLI arguments to the appropriate command handler.

Modules§

alias
Implementation of the gor alias subcommand.
api
Implementation of the gor api subcommand.
attestation
Implementation of the gor attestation subcommand.
auth
Implementation of the gor auth subcommand.
browse
Implementation of the gor browse subcommand.
cache
Implementation of the gor cache subcommand.
classroom
Implementation of the gor classroom subcommand.
codespace
Implementation of the gor codespace subcommand.
completion
Implementation of the gor completion subcommand.
config
Implementation of the gor config subcommand.
copilot
Implementation of the gor copilot subcommand.
extension
Implementation of the gor extension subcommand.
gist
Implementation of the gor gist subcommand.
issue
Implementation of the gor issue subcommand.
keys
Implementation of the gor ssh-key and gor gpg-key subcommands.
label
Implementation of the gor label subcommand.
org
Implementation of the gor org subcommand.
pr
Implementation of the gor pr subcommand.
project
Implementation of the gor project subcommand.
release
Implementation of the gor release subcommand.
repo
Implementation of the gor repo subcommand.
ruleset
Implementation of the gor ruleset subcommand.
run
Implementation of the gor run subcommand.
search
Implementation of the gor search subcommand.
secret
Implementation of the gor secret subcommand.
util
Shared helpers for command implementations.
variable
Implementation of the gor variable subcommand.
workflow
Implementation of the gor workflow subcommand.

Functions§

dispatch
Dispatch a parsed CLI command to its handler.