Working through node and group configuration via CLI

This commit is contained in:
Gregory Kurtzer
2020-11-21 21:51:14 -08:00
parent 8453aecc9d
commit 5181940952
16 changed files with 279 additions and 22 deletions

View File

@@ -15,6 +15,8 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
}
nodeDB.AddGroup(args[0])
nodeDB.Persist()
return nil