-
Notifications
You must be signed in to change notification settings - Fork 169
BM-1455: Add boundless-cli with no alloy #997
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
willpote
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good. So flow is to:
1/ install boundless-cli from crates.io
2/ take boundless-cli as a dependency in your project with feature flag CLI disabled
3/ Use the boundless-cli::Client as your SDK
?
Docs updates would be great here- though maybe you want to get @sashaaldrick involved for that
This PR enhances the crate:
boundless-cliby adding a programmable interface to the Boundless market without addingalloyas a dependency (however it does usealloy-primitives). It also add a new crateboundless-coremoving common functionalities (e.g., input, storage) with the goal to not depend on theboundless-marketcrate.