Skip to content

Commit

Permalink
fix: introspect command CLI example (#3353)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekpapiernik committed Nov 21, 2022
1 parent c65342e commit 4ee4456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd_introspect_token.go
Expand Up @@ -17,7 +17,7 @@ func NewIntrospectTokenCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "token the-token",
Args: cobra.ExactArgs(1),
Example: `{{ .CommandPath }} --client-id a0184d6c-b313-4e70-a0b9-905b581e9218 --client-secret Hh1BjioNNm ciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNT`,
Example: `{{ .CommandPath }} AYjcyMzY3ZDhiNmJkNTY --project 32197be3-8e57-4009-becd-9d38dbde129c`,
Short: "Introspect an OAuth 2.0 Access or Refresh Token",
RunE: func(cmd *cobra.Command, args []string) error {
client, _, err := cliclient.NewClient(cmd)
Expand Down

0 comments on commit 4ee4456

Please sign in to comment.