gh secret list --help

From wikieduonline
Jump to navigation Jump to search

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: