Closed jsuchome closed 2 years ago
As a local hotfix, I just added fake email entry to _internal/cli/yatai.py
:
ctx = YataiClientContext(
name=default_context_name,
endpoint=endpoint,
api_token=api_token,
email='test@email.com'
)
Thanks for the report, I've fixed it
@yetone is this due to the recent change on email & admin account? should we set up an e2e testing with BentoML CLI in Yatai repo?
@parano Not related to yatai, it's due to this PR https://github.com/bentoml/BentoML/pull/2323, so I think the e2e test should be in this bentoml repo.
Describe the bug
bentoml yatai login fails with
missing 1 required positional argument: 'email'
errorTo Reproduce
bentoml yatai login --api-token <token> --endpoint <endpoint>
Expected behavior
Screenshots/Logs
Environment:
Additional context
This is apparently caused by https://github.com/bentoml/BentoML/pull/2323