forked from TrueCloudLab/frostfs-node
[#932] adm: Move cmd morph ape
to ape
package
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
ba00fc4971
commit
bee3741f4e
4 changed files with 25 additions and 18 deletions
|
@ -1,6 +1,7 @@
|
|||
package morph
|
||||
|
||||
import (
|
||||
"git.frostfs.info/TrueCloudLab/frostfs-node/cmd/frostfs-adm/internal/modules/morph/ape"
|
||||
"git.frostfs.info/TrueCloudLab/frostfs-node/cmd/frostfs-adm/internal/modules/morph/util"
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
|
@ -283,12 +284,7 @@ func init() {
|
|||
initDepositoryNotaryCmd()
|
||||
initNetmapCandidatesCmd()
|
||||
|
||||
RootCmd.AddCommand(apeCmd)
|
||||
initAddRuleChainCmd()
|
||||
initRemoveRuleChainCmd()
|
||||
initListRuleChainsCmd()
|
||||
initSetAdminCmd()
|
||||
initGetAdminCmd()
|
||||
RootCmd.AddCommand(ape.Cmd)
|
||||
|
||||
initProxyAddAccount()
|
||||
initProxyRemoveAccount()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue