Skip to content

Commit

Permalink
chore: 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 Mar 28, 2024
1 parent ae9a32e commit 1635519
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 1635519

Please sign in to comment.