Skip to content

Commit

Permalink
Add waf log command.
Browse files Browse the repository at this point in the history
Update catch scenario.

Update ignore.
  • Loading branch information
steveworley committed Jul 20, 2023
1 parent 776448f commit 26a4c6f
Show file tree
Hide file tree
Showing 8 changed files with 279 additions and 3,444 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
node_modules
build
quant.json
report
quant*.json
yarn.lock
.DS_store
4 changes: 4 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ require('yargs/yargs')(process.argv.slice(2))
describe: 'API endpoint for QuantCDN',
type: 'string',
})
.option('bearer', {
describe: 'Scoped API berarer token',
type: 'string',
})
.demandCommand()
.wrap(100)
.argv;
Expand Down
Loading

0 comments on commit 26a4c6f

Please sign in to comment.