chore: deprecate tar commands (#8849)
Closes #7951
Marcin Rataj committed
Apr 6, 2022 at 02:06 UTC
5ae47522cc834fbf7d9f1d1ed2645ad159b5bc1d
1 file changed
+3
core/commands/tar.go
+3
@@ -13,6 +13,7 @@ import (
13
)
14
15
var TarCmd = &cmds.Command{
16
+ Status: cmds.Deprecated, // https://github.com/ipfs/go-ipfs/issues/7951
17
Helptext: cmds.HelpText{
18
Tagline: "Utility functions for tar files in ipfs.",
19
},
@@ -24,6 +25,7 @@ var TarCmd = &cmds.Command{
25
}
26
27
var tarAddCmd = &cmds.Command{
28
+ Status: cmds.Deprecated, // https://github.com/ipfs/go-ipfs/issues/7951
29
Helptext: cmds.HelpText{
30
Tagline: "Import a tar file into IPFS.",
31
ShortDescription: `
@@ -74,6 +76,7 @@ represent it.
76
}
77
78
var tarCatCmd = &cmds.Command{
79
+ Status: cmds.Deprecated, // https://github.com/ipfs/go-ipfs/issues/7951
80
Helptext: cmds.HelpText{
81
Tagline: "Export a tar file from IPFS.",
82
ShortDescription: `