1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-24 02:20:52 +08:00

refactor: move ipfs stat provide/reprovide to ipfs provide stat (#10896)

- Move `ipfs stat reprovide` to `ipfs provide stat`
- Mark `ipfs stat provide` as deprecated and replaces by `ipfs provide stat`
- Mark `ipfs stat reprovide` as deprecated and replaces by `ipfs provide stat`
- Remove redundant code from deprecated subcommands

Closes #10869
This commit is contained in:
Andrew Gillis
2025-08-07 17:17:00 -07:00
committed by GitHub
parent 58ad11b573
commit 918aa07c9e
5 changed files with 124 additions and 144 deletions

View File

@ -165,6 +165,7 @@ func TestCommands(t *testing.T) {
"/ping",
"/provide",
"/provide/clear",
"/provide/stat",
"/pubsub",
"/pubsub/ls",
"/pubsub/peers",