Subcommands (1)
Options (4)
booleanList secret keys for the current repository
Example:
gh secret {{[ls|list]}}-o, --orgbooleanList secret keys for a specific organization
Example:
gh secret {{[ls|list]}} {{[-o|--org]}} {{organization}}-R, --repobooleanList secret keys for a specific repository
Example:
gh secret {{[ls|list]}} {{[-R|--repo]}} {{owner}}/{{repository}}-r, --reposbooleanSet an organization secret for specific repositories
Example:
gh secret set {{name}} {{[-o|--org]}} {{organization}} {{[-r|--repos]}} {{repository1,repository2}}Examples (8)
List secret keys for the current repository
gh secret [ls|list]List secret keys for a specific organization
gh secret [ls|list] [-o|--org] organizationList secret keys for a specific repository
gh secret [ls|list] [-R|--repo] owner/repositorySet a secret for the current repository (user will be prompted for the value)
gh secret set nameSet an organization secret for specific repositories
gh secret set name [-o|--org] organization [-r|--repos] repository1,repository2Remove a secret for the current repository
gh secret remove nameRemove a secret for a specific organization
gh secret remove name [-o|--org] organizationmade by @shridhargupta | data from tldr-pages