Skip to content

Commit

Permalink
feat: hide klevu secret (#239)
Browse files Browse the repository at this point in the history
* feat: hide Klevu rest auth key with * mask

* chore: add changeset
  • Loading branch information
field123 authored Aug 23, 2024
1 parent fdfe585 commit 49aedbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/witty-rockets-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"composable-cli": patch
---

hide Klevu rest auth key as \* masked during input
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ async function klevuOptionsPrompts(
if (!argsRestAuthKey) {
const { klevuRestAuthKey } = await inquirer.prompt([
{
type: "string",
type: "password",
mask: "*",
name: "klevuRestAuthKey",
message: "What is your Klevu rest auth key?",
},
Expand Down

0 comments on commit 49aedbc

Please sign in to comment.