Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix minimum length? #136

Open
toringe opened this issue Sep 10, 2018 · 1 comment
Open

Prefix minimum length? #136

toringe opened this issue Sep 10, 2018 · 1 comment
Labels

Comments

@toringe
Copy link

toringe commented Sep 10, 2018

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}'
@austinbyers
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants