Skip to content

Commit

Permalink
fix: set new credential flags as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jroehl committed May 22, 2023
1 parent 34e943b commit 756b5b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/base-class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ export default abstract class extends Command {
clientEmail: Flags.string({
char: 'c',
env: 'GSHEET_CLIENT_EMAIL',
required: false,
}),
privateKey: Flags.string({
char: 'p',
env: 'GSHEET_PRIVATE_KEY',
required: false,
}),
};

Expand Down

0 comments on commit 756b5b2

Please sign in to comment.