Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
Description
Currently validators are not used for parameters of type array in command argument parsing. For instance :
tenantIds:
|
description: "The identifier for the list of tenants being migrated." |
type: array<string>
|
validator:
|
callback: "tenant_migration_util::validateDatabasePrefix" |
The function validateDatabasePrefix is not called when the commands is called, which means there's no validation on tenantIds.