`rill devtool start cloud` failed if `--except admin`
Describe the bug
Running rill devtool start cloud --except admin --verbose failed from my local macbook with the following errors:
To Reproduce Steps to reproduce the behavior:
- Go to the root directory of source code
- Run
rill devtool start cloud --except admin --verbose
Expected behavior
The dev env should setup successfully without admin.
Desktop (please complete the following information):
- OS: macOS 14.3.1
- Version:
rill version 0.42.1 (build commit: 82f981653 date: 2024-03-20T08:23:29Z)
Additional context
rill devtool start cloud work fine though, so I guess there might be some disorder when launching a series of components during the dev env setup.
So if running a standalone process for admin (go run ./cli admin start), and then run rill devtool start cloud --except admin --verbose will work for me.
If this is the nature from the mechanism, I think it is good to me.
(Maybe we can update admin/README.md to clarify that)