-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single CLI binary #6419
Comments
does this need any design work? If someone in the community were to pick it up prior to 0.39 release would it be included? |
@marbar3778 not really, and yes please! It should be more or less trivial. Move command instantiation around and remove *cli remainings. |
Hi, can I work on this? |
That would be a great help, 🙏 |
@dauTT yes pls 🙏 let us know if you need guidance on this, but I think it should be pretty straight forward. |
@dauTT let's just have all the commands at the top level. So the user would type As for the naming of the binary, I think Thanks for looking into this! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Summary
ref: #6408
A single binary with be lighter weight and more convenient than two binaries
xxxxd
andxxxxcli
.Problem Definition
simd
andsimcli
, etc. have mostly the same code but different cmd's. Currently 42mb forsimcli
and 50mb forsimd
.Proposal
Just have a single cmd that will be lighter weight and pack everything needed.
For Admin Use
The text was updated successfully, but these errors were encountered: