[#932] adm: Move cmd morph ape to ape package

Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
Anton Nikiforov 2024-02-01 10:20:17 +03:00
parent ba00fc4971
commit bee3741f4e
4 changed files with 25 additions and 18 deletions

View file

@ -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()