diff --git a/internal/cmd/products/rateplans.go b/internal/cmd/products/rateplans.go index c637f3d92..f657c30b3 100644 --- a/internal/cmd/products/rateplans.go +++ b/internal/cmd/products/rateplans.go @@ -28,6 +28,7 @@ var RatePlanCmd = &cobra.Command{ var rateplan string func init() { + RatePlanCmd.AddCommand(CreateRateplanCmd) RatePlanCmd.AddCommand(ListRatePlanCmd) RatePlanCmd.AddCommand(GetRatePlanCmd) RatePlanCmd.AddCommand(DelRatePlanCmd)