action

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2024 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GH_CONFIG_DIR   = "GH_CONFIG_DIR"
	XDG_CONFIG_HOME = "XDG_CONFIG_HOME"
	XDG_STATE_HOME  = "XDG_STATE_HOME"
	XDG_DATA_HOME   = "XDG_DATA_HOME"
	APP_DATA        = "AppData"
	LOCAL_APP_DATA  = "LocalAppData"
)

Variables

This section is empty.

Functions

func ActionAliases

func ActionAliases() carapace.Action

func ActionApiV3Paths

func ActionApiV3Paths(cmd *cobra.Command) carapace.Action

func ActionAssignableUsers

func ActionAssignableUsers(cmd *cobra.Command) carapace.Action

func ActionBody

func ActionBody(cmd *cobra.Command) carapace.Action

func ActionBranchCommits

func ActionBranchCommits(cmd *cobra.Command, branch string) carapace.Action

func ActionBranches

func ActionBranches(cmd *cobra.Command) carapace.Action

func ActionCacheRefs added in v1.0.1

func ActionCacheRefs(cmd *cobra.Command) carapace.Action

func ActionCaches

func ActionCaches(cmd *cobra.Command) carapace.Action

func ActionCocs

func ActionCocs(cmd *cobra.Command) carapace.Action

func ActionCodespaceFields

func ActionCodespaceFields() carapace.Action

func ActionCodespaceMachines

func ActionCodespaceMachines() carapace.Action

func ActionCodespacePath

func ActionCodespacePath(codespace string, expand bool) carapace.Action

func ActionCodespacePortFields

func ActionCodespacePortFields() carapace.Action

func ActionCodespacePorts

func ActionCodespacePorts(codespace string) carapace.Action

func ActionCodespaces

func ActionCodespaces() carapace.Action

func ActionConfigHosts

func ActionConfigHosts() carapace.Action

func ActionContents

func ActionContents(cmd *cobra.Command, path string, branch string) carapace.Action

func ActionDeployKeys

func ActionDeployKeys(cmd *cobra.Command) carapace.Action

func ActionDiscussionCategories

func ActionDiscussionCategories(cmd *cobra.Command) carapace.Action

func ActionEnvironments

func ActionEnvironments(cmd *cobra.Command) carapace.Action

func ActionExtensions

func ActionExtensions() carapace.Action

func ActionGistFiles

func ActionGistFiles(cmd *cobra.Command, name string) carapace.Action

func ActionGistIds

func ActionGistIds(cmd *cobra.Command) carapace.Action

func ActionGistUrls

func ActionGistUrls(cmd *cobra.Command) carapace.Action

func ActionGists

func ActionGists(cmd *cobra.Command) carapace.Action

func ActionGitignoreTemplates

func ActionGitignoreTemplates(cmd *cobra.Command) carapace.Action

func ActionIssueAssignees

func ActionIssueAssignees(cmd *cobra.Command, issueId string) carapace.Action

func ActionIssueFields

func ActionIssueFields() carapace.Action

func ActionIssueLabels

func ActionIssueLabels(cmd *cobra.Command, issueId string) carapace.Action

func ActionIssueTemplates

func ActionIssueTemplates(cmd *cobra.Command) carapace.Action

func ActionIssues

func ActionIssues(cmd *cobra.Command, opts IssueOpts) carapace.Action
func ActionKeywordLinks(cmd *cobra.Command) carapace.Action

func ActionLabels

func ActionLabels(cmd *cobra.Command) carapace.Action

func ActionMentionableUsers

func ActionMentionableUsers(cmd *cobra.Command) carapace.Action

func ActionMilestones

func ActionMilestones(cmd *cobra.Command) carapace.Action

func ActionNextReleases

func ActionNextReleases(cmd *cobra.Command) carapace.Action

func ActionOwnerRepositories

func ActionOwnerRepositories(cmd *cobra.Command) carapace.Action

func ActionPackageTypes

func ActionPackageTypes() carapace.Action

func ActionPinnedIssues

func ActionPinnedIssues(cmd *cobra.Command) carapace.Action

func ActionProjects

func ActionProjects(cmd *cobra.Command, opts ProjectOpts) carapace.Action

func ActionPullRequestAssignees

func ActionPullRequestAssignees(cmd *cobra.Command, id string) carapace.Action

func ActionPullRequestCommits

func ActionPullRequestCommits(cmd *cobra.Command, id string) carapace.Action

func ActionPullRequestFields

func ActionPullRequestFields() carapace.Action

func ActionPullRequestLabels

func ActionPullRequestLabels(cmd *cobra.Command, id string) carapace.Action

func ActionPullRequestReviewers

func ActionPullRequestReviewers(cmd *cobra.Command, id string) carapace.Action

func ActionPullRequestTemplates

func ActionPullRequestTemplates(cmd *cobra.Command) carapace.Action

func ActionPullRequests

func ActionPullRequests(cmd *cobra.Command, opts PullRequestOpts) carapace.Action

func ActionReleaseAssets

func ActionReleaseAssets(cmd *cobra.Command, tag string) carapace.Action

func ActionReleaseFields

func ActionReleaseFields() carapace.Action

func ActionReleases

func ActionReleases(cmd *cobra.Command) carapace.Action

func ActionRepoTopics

func ActionRepoTopics(cmd *cobra.Command) carapace.Action

func ActionRepositoryFields

func ActionRepositoryFields() carapace.Action

func ActionRepositorySearchFields

func ActionRepositorySearchFields() carapace.Action

func ActionRulesets

func ActionRulesets(cmd *cobra.Command) carapace.Action

func ActionRunFields

func ActionRunFields() carapace.Action

func ActionSearchIssueFields

func ActionSearchIssueFields() carapace.Action

func ActionSearchMultiRepo

func ActionSearchMultiRepo(cmd *cobra.Command, f func(cmd *cobra.Command) carapace.Action) carapace.Action

ActionSearchMultiRepo handles the stringslice `repo` flag of the search commands. For each repo given function is invoked with a fake repo flag and the return values are merged.

func ActionSearchRange

func ActionSearchRange(a carapace.Action) carapace.Action

func ActionSearchRepositoryFields

func ActionSearchRepositoryFields() carapace.Action

func ActionSecrets

func ActionSecrets(cmd *cobra.Command, opts SecretOpts) carapace.Action

func ActionTeams added in v1.0.1

func ActionTeams(cmd *cobra.Command) carapace.Action

func ActionTopExtensions

func ActionTopExtensions() carapace.Action

func ActionTopicSearch

func ActionTopicSearch(cmd *cobra.Command) carapace.Action

func ActionTopics

func ActionTopics(cmd *cobra.Command, user string) carapace.Action

func ActionVariables

func ActionVariables(cmd *cobra.Command) carapace.Action

func ActionWorkflowArtifactIds

func ActionWorkflowArtifactIds(cmd *cobra.Command, runId string) carapace.Action

func ActionWorkflowArtifactNames

func ActionWorkflowArtifactNames(cmd *cobra.Command, runId string) carapace.Action

func ActionWorkflowJobs

func ActionWorkflowJobs(cmd *cobra.Command, runId string, opts RunOpts) carapace.Action

func ActionWorkflowRuns

func ActionWorkflowRuns(cmd *cobra.Command, opts RunOpts) carapace.Action

func ActionWorkflows

func ActionWorkflows(cmd *cobra.Command, opts WorkflowOpts) carapace.Action

func Aliases

func Aliases() (map[string]string, error)

func ApiV3Action

func ApiV3Action(cmd *cobra.Command, query string, v interface{}, transform func() carapace.Action) carapace.Action

func Extensions

func Extensions() ([]string, error)

func GraphQlAction

func GraphQlAction(cmd *cobra.Command, query string, v interface{}, transform func() carapace.Action) carapace.Action

Types

type IssueOpts

type IssueOpts struct {
	Closed bool
	Open   bool
}

type JobOpts

type JobOpts struct {
}

type ProjectOpts

type ProjectOpts struct {
	Closed bool
	Open   bool
}

type PullRequestOpts

type PullRequestOpts struct {
	Closed    bool
	Merged    bool
	Open      bool
	DraftOnly bool
}

type RunOpts

type RunOpts struct {
	All        bool
	InProgress bool
	Failed     bool
	Successful bool
}

type SecretOpts

type SecretOpts struct {
	App string
	Org string
	Env string
}

type WorkflowOpts

type WorkflowOpts struct {
	Enabled  bool
	Disabled bool
	Id       bool
	Name     bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL