fission-codes / fission

Fission CLI & server
https://runfission.com/docs
119 stars 14 forks source link

"Invalid username" error is only printed in verbose mode #624

Open tennox opened 2 years ago

tennox commented 2 years ago

Summary

Problem

  1. fission setup
  2. enter invalid username: asbd.23
  3. cli just exits.

Solution

verbose mode

$ fission setup -v
📛 Please enter your username: asbd.23
2022-07-17 19:33:10.812278: [warn] 🙋 Invalid username -- must be alphanumeric separated with hyphens and not blocklisted
2022-07-17 19:33:10.812530: [warn] 🙋 Invalid username -- must be alphanumeric separated with hyphens and not blocklisted

Detail

github-actions[bot] commented 2 years ago

Thank you for submitting an issue! It means a lot that you took the time -- it helps us be better 🙏