You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.Flags().StringVar(&opts.Status, "status", "", "Filter by status (open/complete/cancelled)")
70
-
cmd.Flags().StringVar(&opts.Type, "type", "", "Filter by order type (license_purchase/license_renewal)")
70
+
cmd.Flags().StringVar(&opts.Type, "type", "", "Filter by order type (license_purchase/license_renewal/sim_bill/service_purchase/service_renewal/service_upgrade)")
71
71
cmd.Flags().StringVar(&opts.After, "after", "", "Filter orders created after this date (e.g. 2026-01-01)")
72
72
cmd.Flags().StringVar(&opts.Before, "before", "", "Filter orders created before this date (e.g. 2026-03-31)")
0 commit comments