-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Command Interface Spec #145
Milestone
Comments
So far thumbs up. addresses most of what i want out of it. Quick notes
|
How will you do subcommands via RPC? |
merged! 91fe0d9 |
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Feb 25, 2022
* enable pubsub and namesys pubsub to be enable via config * rename Ipns key, switch type to Flag * omit the fields if empty
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Feb 25, 2022
* enable pubsub and namesys pubsub to be enable via config * rename Ipns key, switch type to Flag * omit the fields if empty
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Mar 4, 2022
* enable pubsub and namesys pubsub to be enable via config * rename Ipns key, switch type to Flag * omit the fields if empty
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Mar 4, 2022
* enable pubsub and namesys pubsub to be enable via config * rename Ipns key, switch type to Flag * omit the fields if empty
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been thinking about how to implement a command interface to allow easily adding new functionality that will be accessible through CLI, HTTP RPC, etc. This stuff is important to get right since it's how we will create the interface developers will see when building stuff on top of IPFS, and good UX is a major factor for adoption.
Here's the design document where I've done some preliminary planning: https://gist.github.com/mappum/32cb25c9016ccd0219c8
Feel free to be critical, and write suggestions by forking the gist. If we can agree on a spec, I will quickly start hacking out the implementation.
RFC @jbenet @whyrusleeping @perfmode
The text was updated successfully, but these errors were encountered: