Difference between revisions of "Gh secret list --help"

From wikieduonline
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
[[gh secret list]] --help
 
<pre>
 
<pre>
gh secret list --help
 
 
List secrets on one of the following levels:
 
List secrets on one of the following levels:
 
- repository (default): available to Actions runs in a repository
 
- repository (default): available to Actions runs in a repository

Latest revision as of 10:20, 26 April 2022

gh secret list --help
List secrets on one of the following levels:
- repository (default): available to Actions runs in a repository
- environment: available to Actions runs for a deployment environment in a repository
- organization: available to Actions runs within an organization
- user: available to Codespaces for your user


USAGE
  gh secret list [flags]

FLAGS
  -e, --env string   List secrets for an environment
  -o, --org string   List secrets for an organization
  -u, --user         List a secret for your user

INHERITED FLAGS
      --help                     Show help for command
  -R, --repo [HOST/]OWNER/REPO   Select another repository using the [HOST/]OWNER/REPO format

LEARN MORE
  Use 'gh <command> <subcommand> --help' for more information about a command.
  Read the manual at https://cli.github.com/manual


See also[edit]

Advertising: