Skip to content

Commit

Permalink
Merge pull request #218 from quantcdn/feat/waf-logs-command
Browse files Browse the repository at this point in the history
Add waf log command.
  • Loading branch information
steveworley authored Jul 20, 2023
2 parents 776448f + ce0a83e commit 8bebcdb
Show file tree
Hide file tree
Showing 10 changed files with 293 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 8bebcdb

Please sign in to comment.