Skip to content

Commit fbc14e5

Browse files
committed
config
1 parent a3fa288 commit fbc14e5

File tree

1 file changed

+27
-19
lines changed

1 file changed

+27
-19
lines changed

IMPLEMENTATION_STATUS.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -120,37 +120,45 @@ See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
120120

121121
#### CLI
122122

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+
123140
#### HTTP
124141

125142
| Endpoint | Go Impl | JS Impl |
126143
| -------------------------------------------- | :-----------: | :-----------: |
144+
| **`GET /api/v0/config/edit`** | :green_apple: | :chestnut: |
127145
| **`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: |
128154
| `arg1=` | :green_apple: | :chestnut: |
129155
| `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: |
147156
| **`GET /api/v0/log/ls`** | :green_apple: | :chestnut: |
148157
| **`GET /api/v0/log/tail`** | :green_apple: | :chestnut: |
149158

150-
See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
151-
152159
#### Core
153160

161+
See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
154162

155163
--------------------------------------------------------------------------------
156164

0 commit comments

Comments
 (0)