Skip to content

Commit

Permalink
chore: deprecate tar commands
Browse files Browse the repository at this point in the history
Closes #7951
  • Loading branch information
lidel committed Apr 5, 2022
1 parent f855bfe commit b89007c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/commands/tar.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
)

var TarCmd = &cmds.Command{
Status: cmds.Deprecated, // https://github.com/ipfs/go-ipfs/issues/7951
Helptext: cmds.HelpText{
Tagline: "Utility functions for tar files in ipfs.",
},
Expand All @@ -24,6 +25,7 @@ var TarCmd = &cmds.Command{
}

var tarAddCmd = &cmds.Command{
Status: cmds.Deprecated, // https://github.com/ipfs/go-ipfs/issues/7951
Helptext: cmds.HelpText{
Tagline: "Import a tar file into IPFS.",
ShortDescription: `
Expand Down Expand Up @@ -74,6 +76,7 @@ represent it.
}

var tarCatCmd = &cmds.Command{
Status: cmds.Deprecated, // https://github.com/ipfs/go-ipfs/issues/7951
Helptext: cmds.HelpText{
Tagline: "Export a tar file from IPFS.",
ShortDescription: `
Expand Down

0 comments on commit b89007c

Please sign in to comment.