-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps uptopic/docs-ipfsTopic docs-ipfsTopic docs-ipfs
Description
Checklist
- I am reporting a documentation issue in this repo, not https://docs.ipfs.tech.
- I have searched on the issue tracker for my issue.
Location
Line 38 in 1fe8c69
var ConfigCmd = &cmds.Command{ |
Description
It is impossible to determine how to edit config params containing arrays. For example, none of these seemingly intuitive commands work:
ipfs config --json Addresses.AppendAnnounce '{0: "/ip4/some_ip/tcp/4001"}'`
ipfs config Addresses.AppendAnnounce ["/ip4/some_ip/tcp/4001"]
ipfs config --json Addresses.AppendAnnounce ["\/ip4\/some_ip\/tcp\/4001"]
ipfs config Addresses.AppendAnnounce ["/ip4/some_ip/tcp/4001"]
ipfs config Addresses.AppendAnnounce "/ip4/some_ip/tcp/4001"
ipfs config Addresses.AppendAnnounce[] "/ip4/some_ip/tcp/4001"
I suggest adding some clarifiation regarding array management
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps uptopic/docs-ipfsTopic docs-ipfsTopic docs-ipfs