update purge
This commit is contained in:
@ -1 +1,11 @@
|
||||
import * as plugins from '../npmci.plugins'
|
||||
import * as plugins from './mod.plugins'
|
||||
|
||||
let npmciCflare = new plugins.cflare.CflareAccount()
|
||||
|
||||
export let purge = async (argvArg) => {
|
||||
npmciCflare.auth({
|
||||
email: '',
|
||||
key: ''
|
||||
})
|
||||
npmciCflare.purgeZone(argvArg._[1])
|
||||
}
|
||||
|
@ -1 +1,7 @@
|
||||
export * from '../npmci.plugins'
|
||||
|
||||
import * as cflare from 'cflare'
|
||||
|
||||
export {
|
||||
cflare
|
||||
}
|
||||
|
Reference in New Issue
Block a user