ipfs/kubo

`ipfs object patch update-link`

Open

#5.886 geöffnet am 2. Jan. 2019

Auf GitHub ansehen
 (7 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Go (2.725 Forks)batch import
exp/novicehelp wantedkind/enhancementstatus/readytopic/commands

Repository-Metriken

Stars
 (13.906 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 2h) (28 gemergte PRs in 30 T)

Beschreibung

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>.

Contributor Guide