We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubo/core/commands/config.go
Line 38 in 1fe8c69
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Location
kubo/core/commands/config.go
Line 38 in 1fe8c69
Description
It is impossible to determine how to edit config params containing arrays. For example, none of these seemingly intuitive commands work:
I suggest adding some clarifiation regarding array management
The text was updated successfully, but these errors were encountered: