Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "get", Short: "Get Cloudflare Access Service Token", Args: cobra.ExactArgs(1), Run: func(c *cobra.Command, args []string) { key := args[0] clientId, clientSecret, err := vault_cfa_service_token.Get(key) if err != nil { log.Fatal(err) } fmt.Println("CLIENT_ID: ", clientId) fmt.Println("CLIENT_SECRER: ", clientSecret) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.