Skip to content

Commit

Permalink
feat: provide application tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 7, 2021
1 parent f2ef607 commit 780a884
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ const argv = yargs
],
default: 'pretty',
},
tags: {
description: 'List of (comma separated) tags. Used by roarr.io.',
type: 'string',
},
'use-colors': {
default: true,
description: 'Toggle use of colors in the output.',
Expand Down Expand Up @@ -106,6 +110,7 @@ if (argv['api-key']) {
query: {
hostname: os.hostname(),
name: argv.name || '',
tags: argv.tags || '',
token: String(argv['api-key']),
version: '1.0.0',
},
Expand Down

0 comments on commit 780a884

Please sign in to comment.