From 4ee4456d884ef6925a74c26768537e9a1ca8a9a6 Mon Sep 17 00:00:00 2001 From: Tom Papiernik <29116492+tomekpapiernik@users.noreply.github.com> Date: Mon, 21 Nov 2022 10:25:50 +0100 Subject: [PATCH] fix: introspect command CLI example (#3353) --- cmd/cmd_introspect_token.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cmd_introspect_token.go b/cmd/cmd_introspect_token.go index 8b64dcda7d..c8024af960 100644 --- a/cmd/cmd_introspect_token.go +++ b/cmd/cmd_introspect_token.go @@ -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)