We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9425421 + a4d13e3 commit 016c2a7Copy full SHA for 016c2a7
core/commands/config.go
@@ -55,6 +55,11 @@ Get the value of the 'Datastore.Path' key:
55
Set the value of the 'Datastore.Path' key:
56
57
$ ipfs config Datastore.Path ~/.ipfs/datastore
58
+
59
+Set multiple values in the 'Addresses.AppendAnnounce' array:
60
61
+ $ ipfs config Addresses.AppendAnnounce --json \
62
+ '["/dns4/a.example.com/tcp/4001", "/dns4/b.example.com/tcp/4002"]'
63
`,
64
},
65
Subcommands: map[string]*cmds.Command{
0 commit comments