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
run ./torus link in a new folder and create a new project
On the ✗ Create a new project: prompt type something with capital letters (like TorusTestProject)
Get this error message
Project names must be between 1 and 64 characters in length and only contain alphabetical letters, numbers, hyphens, and underscores.
The error message says nothing of letters needing to be lowercase, but that seems to be the case.
In the validation code validate/validate.go:11 It only allows lowercase, but the error message doesn't specify as such.
The error message also doesn't specify that the project name must start with a letter.
If I can make a suggestion, I would reword it to something like
Project names must be between 1 and 64 characters in length; only contain lowercase
letters, numbers, hyphens, and underscores; and begin with a lowercase letter.
The text was updated successfully, but these errors were encountered:
Replicate
./torus link
in a new folder and create a new project✗ Create a new project:
prompt type something with capital letters (like TorusTestProject)The error message says nothing of letters needing to be lowercase, but that seems to be the case.
In the validation code
validate/validate.go:11
It only allows lowercase, but the error message doesn't specify as such.The error message also doesn't specify that the project name must start with a letter.
If I can make a suggestion, I would reword it to something like
The text was updated successfully, but these errors were encountered: