Created
May 5, 2017 21:55
-
-
Save joelburget/09d4865ef3093465d7eb6dfa78eb9553 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ cat obj.yaml | |
bar: "/ipfs/QmUmg7BZC1YP1ca66rRtWKxpXp77WgVHrnv263JtDuvs2k" | |
baz: | |
/: "/ipfs/QmUmg7BZC1YP1ca66rRtWKxpXp77WgVHrnv263JtDuvs2k" | |
~/code/haskell/ipld master* ⇡ | |
❯ cat obj.json | |
{ | |
"bar": "/ipfs/QmUmg7BZC1YP1ca66rRtWKxpXp77WgVHrnv263JtDuvs2k", | |
"baz": | |
{ "/": "/ipfs/QmUmg7BZC1YP1ca66rRtWKxpXp77WgVHrnv263JtDuvs2k" } | |
} | |
~/code/haskell/ipld master* ⇡ | |
❯ ipfs dag put --input-enc yaml obj.yaml | |
Error: unrecognized input encoding: yaml | |
~/code/haskell/ipld master* ⇡ | |
❯ ipfs dag put obj.json | |
Error: selected encoding not supported |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment