fission icon indicating copy to clipboard operation
fission copied to clipboard

"Invalid username" error is only printed in verbose mode

Open tennox opened this issue 2 years ago • 1 comments

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

  • Version 2.17.2.0
  • Environment: docker run --rm -it node

tennox avatar Jul 17 '22 19:07 tennox

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

github-actions[bot] avatar Jul 17 '22 19:07 github-actions[bot]