PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
lib
/
commands
'use strict'; const Command = require('../command'); class BusterCommand extends Command { run() { const yarn = require('../utils/yarn'); return this.ui.run(yarn(['cache', 'clean']), 'Clearing yarn cache'); } } BusterCommand.description = 'Who ya gonna call? (Runs `yarn cache clean`)'; BusterCommand.longDescription = 'When there\'s something strange in your neighborhood....'; BusterCommand.global = true; module.exports = BusterCommand;
[-] stop.js
[edit]
[-] migrate.js
[edit]
[-] restart.js
[edit]
[+]
..
[-] run.js
[edit]
[-] import.js
[edit]
[-] install.js
[edit]
[-] export.js
[edit]
[-] uninstall.js
[edit]
[+]
doctor
[-] check-update.js
[edit]
[-] start.js
[edit]
[-] config.js
[edit]
[-] update.js
[edit]
[-] ls.js
[edit]
[-] setup.js
[edit]
[-] buster.js
[edit]
[-] log.js
[edit]
[-] version.js
[edit]