Commit 45bc445 1 parent da9523c commit 45bc445 Copy full SHA for 45bc445
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,13 @@ EXAMPLES:
94
94
$ {{.HelpName}} --secret.engine native --secret.type repo --org MyOrg --repo MyRepo
95
95
2. Get organization secret details.
96
96
$ {{.HelpName}} --secret.engine native --secret.type org --org MyOrg
97
- 3. Get shared secret details.
97
+ 3. Get shared secret details for an organization.
98
+ $ {{.HelpName}} --secret.engine native --secret.type shared --org MyOrg --team '*'
99
+ 4. Get shared secret details for a team.
98
100
$ {{.HelpName}} --secret.engine native --secret.type shared --org MyOrg --team octokitties
99
- 4 . Get repository secret details with json output.
101
+ 5 . Get repository secret details with json output.
100
102
$ {{.HelpName}} --secret.engine native --secret.type repo --org MyOrg --repo MyRepo --output json
101
- 5 . Get secret details when config or environment variables are set.
103
+ 6 . Get secret details when config or environment variables are set.
102
104
$ {{.HelpName}} --org MyOrg --repo MyRepo
103
105
104
106
DOCUMENTATION:
You can’t perform that action at this time.
0 commit comments