You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by concourse's fly cli, a sync feature (https://concourse.ci/fly-sync.html) that once run against the API (in this case, a ipfs daemon API) would sync the version of the cli to match the version on the API.
$ ipfs id
Incompatible API version!
$ ipfs-update sync /ip4/127.0.0.1/tcp/5001
Checking version of API...
Got version 0.4.3, downloading the right IPFS version
Downloaded!
$ ipfs id
{
"ID": "QmZ8pJ4vNP4BSH",
"PublicKey": "CAASpgIwggEiMA0QOevfKUQWkPDCqyh3hlcCSyUTAgMBAAE=",
"Addresses": null,
"AgentVersion": "go-libp2p/3.3.4",
"ProtocolVersion": "ipfs/0.1.0"
}
The text was updated successfully, but these errors were encountered:
Inspired by concourse's
fly
cli, async
feature (https://concourse.ci/fly-sync.html) that once run against the API (in this case, a ipfs daemon API) would sync the version of the cli to match the version on the API.The text was updated successfully, but these errors were encountered: