-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
@@ -997,6 +997,143 @@ Outputs the list of peers that were removed. | |||
|
|||
# Group ls | |||
|
|||
List links from an object. |
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.
What kind of links?
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.
@diasdavid? I'm not sure.
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.
This is kind of an alias to ipfs object links
(which I believe historically came after), it is one of those that live in the limbo now that we have a files
command for anything that is files/unixFS (ipfs object links would print the same links because the links in a UnixFS proto are the ones that are stored in the MerkleDAG proto)
This should make it a bit easier to read. Cf ipfs-inactive/http-api-spec#42 (comment) License: MIT Signed-off-by: Richard Littauer <[email protected]>
f2c1556
to
baeeddc
Compare
Needs rebase |
I believe that upon adding more info to the help menu, this is ready for merge. |
headers
does not appear to be an option, as it is a given with the JSON format.