broke out initcluster
One benefit of this is that a typo in annex-cluster-node config won't init a new cluster. Also it gets the cluster description set and is consistent with initremote.
This commit is contained in:
parent
bfe7f488d9
commit
570ceffe8d
8 changed files with 135 additions and 56 deletions
|
@ -124,6 +124,7 @@ import qualified Command.Smudge
|
|||
import qualified Command.FilterProcess
|
||||
import qualified Command.Restage
|
||||
import qualified Command.Undo
|
||||
import qualified Command.InitCluster
|
||||
import qualified Command.UpdateCluster
|
||||
import qualified Command.UpdateProxy
|
||||
import qualified Command.Version
|
||||
|
@ -249,6 +250,7 @@ cmds testoptparser testrunner mkbenchmarkgenerator = map addGitAnnexCommonOption
|
|||
, Command.FilterProcess.cmd
|
||||
, Command.Restage.cmd
|
||||
, Command.Undo.cmd
|
||||
, Command.InitCluster.cmd
|
||||
, Command.UpdateCluster.cmd
|
||||
, Command.UpdateProxy.cmd
|
||||
, Command.Version.cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue