try {
            options = this.refineTargetOption(options, 'user');
            await GulpRecipe.logout(options);
            console.log('You are now logged out.');
        } catch(error) {