forked from TrueCloudLab/frostfs-node
[#1714] lens: Add meta
subcommand
Includes: 1. `inspect` 2. `list-garbage` 3. `list-graveyard` Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
adff08ad02
commit
2132b78aba
5 changed files with 209 additions and 0 deletions
|
@ -4,6 +4,7 @@ import (
|
|||
"os"
|
||||
|
||||
"github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal/blobovnicza"
|
||||
"github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal/meta"
|
||||
"github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal/writecache"
|
||||
"github.com/nspcc-dev/neofs-node/misc"
|
||||
"github.com/nspcc-dev/neofs-node/pkg/util/gendoc"
|
||||
|
@ -35,6 +36,7 @@ func init() {
|
|||
command.Flags().Bool("version", false, "application version")
|
||||
command.AddCommand(
|
||||
blobovnicza.Root,
|
||||
meta.Root,
|
||||
writecache.Root,
|
||||
gendoc.Command(command),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue