@@ -120,37 +120,45 @@ See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
120
120
121
121
#### CLI
122
122
123
+ | Command | Go Impl | JS Impl |
124
+ | -------------------------------------------- | :-----------: | :-----------: |
125
+ | ** ` ipfs config edit ` ** | :green_apple : | :chestnut : |
126
+ | ** ` ipfs config ` ** | :green_apple : | :chestnut : |
127
+ | ` key ` | :green_apple : | :green_apple : |
128
+ | ` value ` | :green_apple : | :green_apple : |
129
+ | ` bool= ` | :green_apple : | :green_apple : |
130
+ | ` json= ` | :green_apple : | :green_apple : |
131
+ | ** ` ipfs config replace ` ** | :green_apple : | :green_apple : |
132
+ | ` file ` | :green_apple : | :green_apple : |
133
+ | ** ` ipfs config show ` ** | :green_apple : | :green_apple : |
134
+ | ** ` ipfs log level ` ** | :green_apple : | :chestnut : |
135
+ | ` subsystem ` | :green_apple : | :chestnut : |
136
+ | ` level ` | :green_apple : | :chestnut : |
137
+ | ** ` ipfs log ls ` ** | :green_apple : | :chestnut : |
138
+ | ** ` ipfs log tail ` ** | :green_apple : | :chestnut : |
139
+
123
140
#### HTTP
124
141
125
142
| Endpoint | Go Impl | JS Impl |
126
143
| -------------------------------------------- | :-----------: | :-----------: |
144
+ | ** ` GET /api/v0/config/edit ` ** | :green_apple : | :chestnut : |
127
145
| ** ` POST /api/v0/config ` ** | :green_apple : | :chestnut : |
146
+ | ` arg1= ` | :green_apple : | :green_apple : |
147
+ | ` arg2= ` | :green_apple : | :green_apple : |
148
+ | ` bool= ` | :green_apple : | :green_apple : |
149
+ | ` json= ` | :green_apple : | :green_apple : |
150
+ | ** ` POST /api/v0/config/replace ` ** | :green_apple : | :green_apple : |
151
+ | ` arg= ` | :green_apple : | :green_apple : |
152
+ | ** ` GET /api/v0/config/show ` ** | :green_apple : | :green_apple : |
153
+ | ** ` POST /api/v0/log/level ` ** | :green_apple : | :chestnut : |
128
154
| ` arg1= ` | :green_apple : | :chestnut : |
129
155
| ` arg2= ` | :green_apple : | :chestnut : |
130
- | ` bool= ` | :green_apple : | :chestnut : |
131
- | ` json= ` | :green_apple : | :chestnut : |
132
- | ** ` POST /api/v0/config/replace ` ** | :green_apple : | :chestnut : |
133
- | ` arg= ` | :green_apple : | :chestnut : |
134
- | ** ` GET /api/v0/config/show ` ** | :green_apple : | :chestnut : |
135
- | ** ` POST /api/v0/log/level ` ** | :green_apple : | :chestnut : |
136
- | ` arg1=bitswap ` | :green_apple : | :chestnut : |
137
- | ` arg1=blockstore ` | :green_apple : | :chestnut : |
138
- | ` arg1=dht ` | :green_apple : | :chestnut : |
139
- | ` arg1=merkledag ` | :green_apple : | :chestnut : |
140
- | ` arg1=all ` | :green_apple : | :chestnut : |
141
- | ` arg2=debug ` | :green_apple : | :chestnut : |
142
- | ` arg2=info ` | :green_apple : | :chestnut : |
143
- | ` arg2=notice ` | :green_apple : | :chestnut : |
144
- | ` arg2=warning ` | :green_apple : | :chestnut : |
145
- | ` arg2=error ` | :green_apple : | :chestnut : |
146
- | ` arg2=critical ` | :green_apple : | :chestnut : |
147
156
| ** ` GET /api/v0/log/ls ` ** | :green_apple : | :chestnut : |
148
157
| ** ` GET /api/v0/log/tail ` ** | :green_apple : | :chestnut : |
149
158
150
- See [ interface-ipfs-core] ( https://github.com/ipfs/interface-ipfs-core ) .
151
-
152
159
#### Core
153
160
161
+ See [ interface-ipfs-core] ( https://github.com/ipfs/interface-ipfs-core ) .
154
162
155
163
--------------------------------------------------------------------------------
156
164
0 commit comments