Improve CLI export/import and add missing files

This commit is contained in:
Jan Oberhauser
2021-01-21 10:52:33 +01:00
parent 144de3f24b
commit 910c0eaa7a
4 changed files with 227 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ export class ImportCredentialsCommand extends Command {
static flags = {
help: flags.help({ char: 'h' }),
input: flags.string({
char: 'i',
description: 'Input file name or directory if --separate is used',
}),
separate: flags.boolean({