Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct {
Config string `short:"c" type:"path" help:"Path to the config file. Any argument provided to the CLI will take precedence."`
Delete DeleteCmd `cmd:"" help:"delete user ids from an user-provider idp"`
Exec ExecCmd `cmd:"" help:"import users from an user-provided idp to another user-provided idp"`
GetPlugin GetPluginCmd `cmd:"" help:"download plugin"`
ListPlugins ListPluginsCmd `cmd:"" help:"list available plugins"`
Version VersionCmd `cmd:"" help:"version information"`
Verbosity int `short:"v" type:"counter" help:"Use to increase output verbosity."`
kong.Plugins
}
type DeleteCmd ¶
type ExecCmd ¶
type GetPluginCmd ¶
type GetPluginCmd struct {
Plugin string `arg:"" short:"n" help:"The idp plugin name and version you want to download. Eg: aserto:x.y.z"`
}
type ListPluginsCmd ¶
type ListPluginsCmd struct {
Remote bool `short:"r" help:"list plugins available to download from remote"`
}
type Plugin ¶
type PluginFlag ¶
type VersionCmd ¶
type VersionCmd struct {
}
Click to show internal directories.
Click to hide internal directories.