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

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> 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...")
 
Line 23: Line 23:
 
   Use 'gh <command> <subcommand> --help' for more information about a command.
 
   Use 'gh <command> <subcommand> --help' for more information about a command.
 
   Read the manual at https://cli.github.com/manual
 
   Read the manual at https://cli.github.com/manual
</code>
+
</pre>
  
  

Revision as of 10:19, 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

Advertising: