Documentation ¶
Overview ¶
package gh contains github related actions
Index ¶
- func ActionAuthScopes() carapace.Action
- func ActionCacheFields() carapace.Action
- func ActionCacheRefs(opts RepoOpts) carapace.Action
- func ActionCaches(opts RepoOpts) carapace.Action
- func ActionCodespaceViewFields() carapace.Action
- func ActionCommitFields() carapace.Action
- func ActionConfigHosts() carapace.Action
- func ActionConfigUsers(host string) carapace.Action
- func ActionContents(opts ContentOpts) carapace.Action
- func ActionCurrentAuthScopes(hostname string) carapace.Action
- func ActionDateFields() carapace.Action
- func ActionDeployKeyFields() carapace.Action
- func ActionEmojis() carapace.Action
- func ActionEnvironmentVariables(opts EnvironmentOpts) carapace.Action
- func ActionGpgKeys(opts HostOpts) carapace.Action
- func ActionHostOwnerRepositories() carapace.Action
- func ActionIssueTemplates(opts RepoOpts) carapace.Action
- func ActionLabelFields() carapace.Action
- func ActionLabels(opts RepoOpts) carapace.Action
- func ActionLanguages() carapace.Action
- func ActionLicenses(opts HostOpts) carapace.Action
- func ActionOrganisationVariables(opts OwnerOpts) carapace.Action
- func ActionOrganizations(opts HostOpts) carapace.Action
- func ActionOwnerRepositories(opts HostOpts) carapace.Action
- func ActionOwners(opts HostOpts) carapace.Action
- func ActionPinnedIssues(opts RepoOpts) carapace.Action
- func ActionProjectItems(opts ProjectItemOpts) carapace.Action
- func ActionProjects(opts ProjectOpts) carapace.Action
- func ActionPullRequestTemplates(opts RepoOpts) carapace.Action
- func ActionReleaseFields() carapace.Action
- func ActionRepositories(opts OwnerOpts) carapace.Action
- func ActionRepositoryVariables(opts RepoOpts) carapace.Action
- func ActionRulesets(opts RepoOpts) carapace.Action
- func ActionSecretFields() carapace.Action
- func ActionSshKeys(opts HostOpts) carapace.Action
- func ActionTeams(opts OwnerOpts) carapace.Action
- func ActionUsers(opts HostOpts) carapace.Action
- func ActionVariableFields() carapace.Action
- func ActionWorkflowEvents() carapace.Action
- func ActionWorkflowFields() carapace.Action
- type ContentOpts
- type EnvironmentOpts
- type HostOpts
- type OwnerOpts
- type ProjectItemOpts
- type ProjectOpts
- type RepoOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionAuthScopes ¶
ActionAuthScopes completes authentication scopes
admin:gpg_key (Fully manage GPG keys) admin:org (Fully manage the organization and its teams, projects, and memberships)
func ActionCacheRefs ¶ added in v1.0.1
ActionCacheRefs completes cache refs
refs/pull/1718/merge refs/heads/master
func ActionCodespaceViewFields ¶
ActionCodespaceViewFields completes codespace fields for view
func ActionContents ¶
func ActionContents(opts ContentOpts) carapace.Action
ActionContents completes contents
/README.md /.github/workflows/go.yml
func ActionCurrentAuthScopes ¶
ActionCurrentAuthScopes completes current authentication scopes for given hostname
admin:gpg_key (Fully manage GPG keys) admin:org (Fully manage the organization and its teams, projects, and memberships)
func ActionEmojis ¶
ActionEmojis completes emoji names
100 (💯 hundred points) 1234 (🔢 input numbers)
func ActionEnvironmentVariables ¶
func ActionEnvironmentVariables(opts EnvironmentOpts) carapace.Action
ActionEnvironmentVariables completes environment variables
first (value1) second (value2)
func ActionGpgKeys ¶
ActionGpgKeys completes gpg keys
AABBCCDDEEFF112 (example) AABBCCDDEEFF113 (another)
func ActionHostOwnerRepositories ¶ added in v1.0.1
ActionHostOwnerRepositories completes [host/]owner/repository
carapace-sh/carapace github.com/carapace-sh/carapace
func ActionIssueTemplates ¶
ActionIssueTemplates completes issue templates
⭐ Submit a request (Surface a feature or problem that you think should be solved) 🐛 Bug report (Report a bug or unexpected behavior while using GitHub CLI)
func ActionLabels ¶
ActionLabels completes labels
enhancement (New feature or request) good first issue (Good for newcomers)
func ActionLanguages ¶ added in v1.0.1
ActionLanguages completes repository languages
Go (programming) Go Checksums (data)
func ActionLicenses ¶
ActionLicenses completes licenses
apache-2.0 (Apache License 2.0) bsd-2-clause (BSD 2-Clause "Simplified" License)
func ActionOrganisationVariables ¶
ActionOrganisationVariables completes organisation variables
first (value1) second (value2)
func ActionOrganizations ¶
ActionOrganizations completes organizations
org (organization name) another (another name)
func ActionOwnerRepositories ¶
ActionOwnerRepositories completes owner/repository
carapace-sh/carapace spf13/cobra
func ActionOwners ¶
ActionOwners completes users and organizations
user (user name) org (organization name)
func ActionPinnedIssues ¶
ActionPinnedIssues completes pinned issues
11 (issue description) 12 (issue description)
func ActionProjectItems ¶
func ActionProjectItems(opts ProjectItemOpts) carapace.Action
ActionProjectItems completes project items
PVTI_lADOA48Fh84ABd_DzgBCG7c (Issue commands do not work with non-classic Projects) PVTI_lADOA48Fh84ABd_DzgBCHAo (Checkout branch for issue)
func ActionProjects ¶
func ActionProjects(opts ProjectOpts) carapace.Action
ActionProjects completes projects
1 (first project) 2 (second project)
func ActionPullRequestTemplates ¶
ActionPullRequestTemplates completes pull request templates
PULL_REQUEST_TEMPLATE.md (content)
func ActionRepositories ¶
ActionRepositories completes repositories
carapace (command argument completion generator for spf13/cobra) carapace-bin (multi-shell multi-command argument completer)
func ActionRepositoryVariables ¶
ActionRepositoryVariables completes repository variables
first (value1) second (value2)
func ActionTeams ¶ added in v1.0.1
ActionTeams completes teams
first-team (description of first team) second-team (description of second team)
func ActionWorkflowEvents ¶
ActionWorkflowEvents completes events triggering a workflow
create delete
func ActionWorkflowFields ¶
ActionWorkflowFields completes workflow fields.
Types ¶
type ContentOpts ¶
type EnvironmentOpts ¶
type ProjectItemOpts ¶
type ProjectOpts ¶
func (ProjectOpts) Default ¶
func (o ProjectOpts) Default() ProjectOpts