ghactions

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Package ghactions provides command-line utilities to work with GitHub Actions.

Package ghactions provides command-line utilities to work with GitHub Actions.

Index

Constants

View Source
const (
	// GitHubTokenEnvKey is the environment variable key for the GitHub token
	//nolint:gosec // This is not a hardcoded credential
	GitHubTokenEnvKey = "GITHUB_TOKEN"

	// TokenHelpText is the help text for the GitHub token
	TokenHelpText = "NOTE: It's recommended to set the " + GitHubTokenEnvKey +
		" environment variable given that GitHub has tighter rate limits on anonymous calls."
)

Variables

This section is empty.

Functions

func CmdGHActions

func CmdGHActions() *cobra.Command

CmdGHActions represents the ghactions command

func CmdList added in v0.0.2

func CmdList() *cobra.Command

CmdList represents the one sub-command

func CmdOne

func CmdOne() *cobra.Command

CmdOne represents the one sub-command

Types

This section is empty.

Jump to

Keyboard shortcuts

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