
gh-secret
List of commands for gh-secret:
-
gh-secret:tldr:15fde gh-secret: List secret keys for a specific repository.$ gh secret list --repo ${owner}/${repository}try on your machineexplain this command
-
gh-secret:tldr:1d9f8 gh-secret: Remove a secret for a specific organization.$ gh secret remove ${name} --org ${organization}try on your machineexplain this command
-
gh-secret:tldr:25bac gh-secret: List secret keys for a specific organization.$ gh secret list --org ${organization}try on your machineexplain this command
-
gh-secret:tldr:37aa6 gh-secret: Remove a secret for the current repository.$ gh secret remove ${name}try on your machineexplain this command
-
gh-secret:tldr:63f6e gh-secret: List secret keys for the current repository.$ gh secret listtry on your machineexplain this command