This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
config #49
Closed
Description
To learn more about config, you can
- try out the ipfs config command with a go-ipfs daemon
- check the config http-api-spec Added Group
config
ipfs-inactive/http-api-spec#29
Implementation Roadmap
- jsipfs config - Gets or sets the value of a given key of the config file.
- core
- http-api (Add /api/v0/config endpoint #72)
- cli
- jsipfs config show - Outputs the content of the config file.
- core
- http-api (Add /api/v0/config/show endpoint #74)
- cli
- jsipfs config edit - Opens the config file for editing in $EDITOR.
- jsipfs config replace - Replaces the config with .
- core
- http-api (Add /api/v0/config/replace endpoint #75)
- cli