File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -578,16 +578,23 @@ See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
578
578
579
579
#### CLI
580
580
581
+ | Command | Go Impl | JS Impl |
582
+ | -------------------------------------------- | :-----------: | :-----------: |
583
+ | ** ` ipfs repo fsck ` ** | :green_apple : | :chestnut : |
584
+ | ** ` ipfs repo gc ` ** | :green_apple : | :tomato : |
585
+ | ** ` ipfs repo stat ` ** | :green_apple : | :tomato : |
586
+ | ** ` ipfs repo verify ` ** | :green_apple : | :chestnut : |
587
+ | ** ` ipfs repo version ` ** | :green_apple : | :green_apple : |
588
+
581
589
#### HTTP
582
590
583
591
| Endpoint | Go Impl | JS Impl |
584
592
| -------------------------------------------- | :-----------: | :-----------: |
585
593
| ** ` GET /api/v0/repo/fsck ` ** | :green_apple : | :chestnut : |
586
- | ** ` GET /api/v0/repo/gc ` ** | :green_apple : | :chestnut : |
587
- | ** ` GET /api/v0/repo/stat ` ** | :green_apple : | :chestnut : |
594
+ | ** ` GET /api/v0/repo/gc ` ** | :green_apple : | :tomato : |
595
+ | ** ` GET /api/v0/repo/stat ` ** | :green_apple : | :tomato : |
588
596
| ** ` GET /api/v0/repo/verify ` ** | :green_apple : | :chestnut : |
589
- | ** ` GET /api/v0/repo/version ` ** | :green_apple : | :chestnut : |
590
-
597
+ | ** ` GET /api/v0/repo/version ` ** | :green_apple : | :green_apple : |
591
598
592
599
#### Core
593
600
You can’t perform that action at this time.
0 commit comments