UNPKG

lithium-sdk

Version:
15 lines (14 loc) 496 B
/** * Created by doug.schroeder on 7/21/15. */ 'use strict'; var gutil = require('gulp-util'); module.exports = { run: function () { require('../../lib/spawn-gulp')(['clearsdk'].concat(process.argv.splice(3))); }, help: 'Prompts to clear the SDK plugin from the server.' + gutil.colors.bold('\nOptions:') + '\n--force: Skips the prompt and clears the SDK plugin.' + '\n You can also set the force property to true in server.conf.json to always force this.' };