Skip to content

Commit 7c78411

Browse files
committed
Support encryption flags on db import command
1 parent a6966e7 commit 7c78411

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/cmd/db_import.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ var multipartFlag bool
1313
func init() {
1414
dbCmd.AddCommand(importCmd)
1515
addGroupFlag(importCmd)
16+
addRemoteEncryptionKeyFlag(importCmd)
17+
addRemoteEncryptionCipherFlag(importCmd)
1618
importCmd.Flags().BoolVar(&multipartFlag, "multipart", false, "force multipart upload")
1719
}
1820

0 commit comments

Comments
 (0)