From e246e1eac919d0564c2c39e4ba7d4f7c1c254481 Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Fri, 7 May 2021 22:16:15 -0500 Subject: [PATCH] feat: rename instance => stream --- src/bin/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/index.ts b/src/bin/index.ts index 12d0cf5..978b0c0 100644 --- a/src/bin/index.ts +++ b/src/bin/index.ts @@ -115,8 +115,8 @@ if (argv['api-key']) { socket = io(argv['api-url'], { query: { hostname: os.hostname(), - instance: uuid(), name: argv.name || os.hostname() + ' ' + nanoid(), + stream: uuid(), tags: argv.tags || '', token: String(argv['api-key']), version: '1.0.0',