Documentation ¶
Index ¶
- func InitRepoCommand() *cobra.Command
- func NewExportAclsCommand() *cobra.Command
- func NewExportAlertChannelsCommand() *cobra.Command
- func NewExportAlertsCommand() *cobra.Command
- func NewExportAuditChannelsCommand() *cobra.Command
- func NewExportConnectionsCommand() *cobra.Command
- func NewExportConnectorsCommand() *cobra.Command
- func NewExportGroupCommand() *cobra.Command
- func NewExportGroupsCommand() *cobra.Command
- func NewExportPoliciesCommand() *cobra.Command
- func NewExportProcessorsCommand() *cobra.Command
- func NewExportQuotasCommand() *cobra.Command
- func NewExportSchemasCmd() *cobra.Command
- func NewExportServiceAccountsCommand() *cobra.Command
- func NewExportTopicSettingsCmd() *cobra.Command
- func NewExportTopicsCommand() *cobra.Command
- func WriteSchemas(cmd *cobra.Command, client *api.Client, name string) error
- func WriteTopicSettings(cmd *cobra.Command, client *api.Client) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitRepoCommand ¶
InitRepoCommand creates the `init-repo` command
func NewExportAclsCommand ¶
NewExportAclsCommand creates `export acls` command
func NewExportAlertChannelsCommand ¶
NewExportAlertChannelsCommand creates `export alert-channels` command
func NewExportAlertsCommand ¶
NewExportAlertsCommand creates `export alert-settings` command
func NewExportAuditChannelsCommand ¶
NewExportAuditChannelsCommand creates `export audit-channels` command
func NewExportConnectionsCommand ¶
NewExportConnectionsCommand creates `export connections`
func NewExportConnectorsCommand ¶
NewExportConnectorsCommand creates `export connectors` command
func NewExportGroupCommand ¶
NewExportGroupCommand creates the `export` command
func NewExportGroupsCommand ¶
NewExportGroupsCommand creates `export users`
func NewExportPoliciesCommand ¶
NewExportPoliciesCommand creates `export policies` command
func NewExportProcessorsCommand ¶
NewExportProcessorsCommand creates `export processors` command
func NewExportQuotasCommand ¶
NewExportQuotasCommand creates `export quotas` command
func NewExportSchemasCmd ¶
NewExportSchemasCmd to export schemas to yaml
func NewExportServiceAccountsCommand ¶
NewExportServiceAccountsCommand creates `export serviceaccounts`
func NewExportTopicSettingsCmd ¶
NewExportTopicSettingsCmd to export topic-settings to yaml
func NewExportTopicsCommand ¶
NewExportTopicsCommand creates `export topics` command
func WriteSchemas ¶
WriteSchemas to a file
Types ¶
This section is empty.
Source Files ¶
- acl_commands.go
- alert_channels_commands.go
- alert_commands.go
- audit_channels_commands.go
- channels.go
- commands.go
- connection_commands.go
- connector_commands.go
- group_commands.go
- policy_commands.go
- processors_commands.go
- quota_commands.go
- repo_commands.go
- schemas_commands.go
- service_account_commands.go
- topic_commands.go
- topicsettings_commands.go