Added help text to 'resolve' command to show DAG path resolution.
License: MIT Signed-off-by: Matt Bell <mappum@gmail.com>
Matt Bell committed
Sep 6, 2015 at 12:55 UTC
8d370a39462d79c80df6573782520bd862cb2b4c
1 file changed
+5
core/commands/resolve.go
+5
@@ -47,6 +47,11 @@ Resolve the value of another name recursively:
47
> ipfs resolve -r /ipns/QmbCMUZw6JFeZ7Wp9jkzbye3Fzp2GGcPgC3nmeUjfVF87n
48
/ipfs/Qmcqtw8FfrVSBaRmbWwHxt3AuySBhJLcvmFYi3Lbc4xnwj
49
50
+Resolve the value of an IPFS DAG path:
51
+
52
+ > ipfs resolve /ipfs/QmeZy1fGbwgVSrqbfh9fKQrAWgeyRnj7h8fsHS1oy3k99x/beep/boop
53
+ /ipfs/QmYRMjyvAiHKN9UTi8Bzt1HUspmSRD8T8DwxfSMzLgBon1
54
+
55
`,
56
},
57