Skip to content

Commit b5be4f5

Browse files
committed
feat: add ssh encryption command
1 parent d06cb31 commit b5be4f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/commands/generate/ssh/decrypt.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ export default class extends Command {
1010
"options": {
1111
"input-encoding": {
1212
"description": "Input encoding.",
13-
"schema": { "enum": [ "base", "base64url", "hex", "latin1", "utf8" ] },
13+
"schema": { "enum": [ "base", "base64url", "hex" ] },
1414
},
1515
"output-encoding": {
1616
"description": "Output encoding.",
17-
"schema": { "enum": [ "base", "base64url", "hex", "latin1", "utf8" ] },
17+
"schema": { "enum": [ "base", "base64url", "hex" ] },
1818
},
1919
},
2020
"arguments": {

lib/commands/generate/ssh/encrypt.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ export default class extends Command {
1010
"options": {
1111
"input-encoding": {
1212
"description": "Input encoding.",
13-
"schema": { "enum": [ "base", "base64url", "hex", "latin1", "utf8" ] },
13+
"schema": { "enum": [ "base", "base64url", "hex" ] },
1414
},
1515
"output-encoding": {
1616
"description": "Output encoding.",
17-
"schema": { "enum": [ "base", "base64url", "hex", "latin1", "utf8" ] },
17+
"schema": { "enum": [ "base", "base64url", "hex" ] },
1818
},
1919
},
2020
"arguments": {

0 commit comments

Comments
 (0)