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
Is your feature request related to a problem? Please describe.
Namespace characters are not being validated for system sites when using the CLI.
Describe the solution you'd like
Namespace characters should be validated allowing just alphanumeric characters and dashes, like ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$.