binaryalert icon indicating copy to clipboard operation
binaryalert copied to clipboard

Prefix minimum length?

Open toringe opened this issue 6 years ago • 1 comments

Is there a reason for the unique name prefix requiring a minimum 4 character length?

In reference to cli/config.py:

VALID_NAME_PREFIX_FORMAT = r'[a-z][a-z0-9_]{3,50}'

toringe avatar Sep 10 '18 14:09 toringe

Good question @toringe , no specific reason that I can recall. I may have copied that regex from somewhere or just made it up. If you find a shorter prefix deploys just fine, feel free to submit a PR!

Thanks for flagging

austinbyers avatar Sep 11 '18 06:09 austinbyers