mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
Make transit import command work for the transform backend (#20668)
* Add import and import-version commands for the transform backend
This commit is contained in:
@@ -54,5 +54,5 @@ func (c *TransitImportVersionCommand) AutocompleteFlags() complete.Flags {
|
||||
}
|
||||
|
||||
func (c *TransitImportVersionCommand) Run(args []string) int {
|
||||
return importKey(c.BaseCommand, "import_version", c.Flags(), args)
|
||||
return ImportKey(c.BaseCommand, "import_version", transitImportKeyPath, c.Flags(), args)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user