You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.command('start [path/to/config.js] [--test]', 'Start the agent in foreground mode. Use the --test command to perform a dry run and avoid writing data to Fliplet servers.')
.command('install [path/to/config.js]', 'Install a config file to run as a background service (Windows only).')
.command('uninstall [path/to/config.js]', 'Uninstall a background service.')
.on('command:*', function (command) {
const firstCommand = command[0];
if (!this.commands.find(c => c._name == firstCommand)) {