Config overrides on the command line
Open
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
We have too many daemon commandline flags and the ones we have often duplicate config options. Instead of having both, we should add a flag for temporarily setting config options:
```
ipfs daemon --with Gateway.Offline true \
--with Addresses.Gateway /ip4/127.0.0.1/tcp/8080
```
This is significantly more verbose than the current system but is hierarchical and easier to maintain.
Contributor guide
Assessment
This issue has not been assessed yet.