Skip to content

Commit 457f25a

Browse files
gr0migmartri
andauthored
feat: CLI plugins SDK (#2091)
Signed-off-by: Rafał Kuć <[email protected]> Signed-off-by: Rafał Kuć <[email protected]> Co-authored-by: Miguel Martinez Trivino <[email protected]>
1 parent cab965e commit 457f25a

File tree

12 files changed

+1219
-32
lines changed

12 files changed

+1219
-32
lines changed

app/cli/cmd/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func newConfigCmd() *cobra.Command {
6969
Short: "Configure this client",
7070
}
7171

72-
cmd.AddCommand(newConfigSaveCmd(), newConfigViewCmd(), newConfigResetCmd())
72+
cmd.AddCommand(newConfigSaveCmd(), newConfigViewCmd(), newConfigResetCmd(), newPluginCmd())
7373
return cmd
7474
}
7575

0 commit comments

Comments
 (0)