mirror of https://github.com/bitwarden/cli.git
Browse Source
* Update jslib
* Bumped version to 1.20.0 (#421)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 3e4aa8e476)
* password protected export
* Run Prettier
* Add importer to list of known file types
* Improve launch.json settings
* Turn on import from password protected file
* Run prettier
* Fix webpack source map path change
* Update getPassword helper to use new options class
* Prettier
* Add client type
* Remove master password requirement for export
Alter password optional argument to indicating the file should be password protected rather than account protected
* update jslib
* Handle passwordProtected automagically
* Remove passwordproteted type from import command
* Update src/utils.ts
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
* Update src/vault.program.ts
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
* Use new util method
* remove password protected format
* Update jslib
* Clarify export command
* Run prettier
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Gibson <gibson.matt10@gmail.com>
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
pull/494/head
10 changed files with 168 additions and 108 deletions
@ -0,0 +1,10 @@ |
|||||||
|
{ |
||||||
|
"debug.javascript.terminalOptions": { |
||||||
|
"sourceMapPathOverrides": { |
||||||
|
"meteor://💻app/*": "${workspaceFolder}/*", |
||||||
|
"webpack:///./~/*": "${workspaceFolder}/node_modules/*", |
||||||
|
"webpack://?:*/*": "${workspaceFolder}/*", |
||||||
|
"webpack://@bitwarden/cli/*": "${workspaceFolder}/*" |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
@ -1 +1 @@ |
|||||||
Subproject commit a6092916d80424b8bf4d34e321a0b58f15c7519d |
Subproject commit 78b5f1504208931e17dbfd447331447b6fc4ca1f |
||||||
Loading…
Reference in new issue