feat(cli): add setup cleanup sub command (#5770)

* feat(cli): add `setup cleanup` sub command

* chore: logging

* chore: logging
This commit is contained in:
Silvan
2023-04-28 13:55:35 +02:00
committed by GitHub
parent 86f4477ae1
commit c8c5cf3c5f
4 changed files with 106 additions and 11 deletions

View File

@@ -45,6 +45,8 @@ Requirements:
},
}
cmd.AddCommand(NewCleanup())
Flags(cmd)
return cmd