Usage:`The type of keyring to use. Defaults to "auto" which will use the Windows credential manager, OSX keychain, or cross-platform password store depending on platform. Set to "none" to disable keyring functionality. Available types, depending on platform, are: "wincred", "keychain", "pass", and "secret-service".`,
})
f.StringVar(&StringVar{
Name:"token",
Target:&c.FlagToken,
EnvVar:envToken,
Usage:`If specified, the given value will be used as the token for the call. Overrides the "token-name" parameter.`,