Added transform update command

This commit is contained in:
colin-mckibben-sp
2022-09-21 14:30:12 -04:00
parent a892dd3e90
commit bd70130cca
3 changed files with 67 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ func NewTransformCmd(client client.Client) *cobra.Command {
newListCmd(client),
newDownloadCmd(client),
newCreateCmd(client),
newUpdateCmd(client),
newDeleteCmd(client),
)