PLTCONN-3577: Customizer upload & cleanup

This commit is contained in:
fangming-ning-sp
2023-09-06 16:05:54 -05:00
parent fe2fb3807f
commit 80af0b4c6d
7 changed files with 99 additions and 14 deletions

View File

@@ -23,6 +23,7 @@ func newConnCustomizersCmd(client client.Client) *cobra.Command {
newCustomizerGetCmd(client),
newCustomizerUpdateCmd(client),
newCustomizerDeleteCmd(client),
newCustomizerCreateVersionCmd(client),
)
return cmd