exp/novicehelp wantedkind/enhancementstatus/readytopic/commands
倉庫指標
- Star
- (13,906 star)
- PR 合併指標
- (平均合併 4天 2小時) (30 天內合併 28 個 PR)
描述
Version information:
go-ipfs version: 0.4.18- Repo version: 7 System version: amd64/linux Golang version: go1.11.1
Type:
enhancement
Description:
It would be convenient to have an object patch shorthand for add-and-replace:
ipfs object patch update-link <root> <from-ref> <to-ref>
Today, this is two separate commands:
ipfs object patch rm-link <root> <name>
ipfs object patch add-link <new-root> <name> <add-ref>
This already exists for pins: ipfs pin update <from-path> <to-path>.