Skip to content

Commit

Permalink
feat: add token-file as an alias to configure keymanager token file (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Apr 3, 2024
1 parent b284962 commit 5577996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/cmds/validator/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export const keymanagerOptions: CliCommandOptions<KeymanagerArgs> = {
group: "keymanager",
},
"keymanager.tokenFile": {
alias: ["tokenFile"],
type: "string",
description: "Path to file containing bearer token used for key manager API authentication",
group: "keymanager",
Expand Down

0 comments on commit 5577996

Please sign in to comment.