mirror of
https://github.com/mudler/luet.git
synced 2025-09-17 23:58:48 +00:00
Add database get command
This commit is contained in:
@@ -36,6 +36,7 @@ func init() {
|
||||
|
||||
databaseGroupCmd.AddCommand(
|
||||
NewDatabaseCreateCommand(),
|
||||
NewDatabaseGetCommand(),
|
||||
NewDatabaseRemoveCommand(),
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user