npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

dp-clear-cache

v0.0.5

Published

点评清缓存外挂程序,外网用要连vpn

Downloads

13

Readme

点评清缓存外挂程序

由于众所周知的原因,现在缓存清理使用web集群名来清经常清不了,但是用ip地址的话比较稳定,以前的做法是在cat上拷ip地址一个个放到gitlab上来清理,这个命令将以上过程自动化。

安装

你看见这篇文章,就是默认你已经有node和npm了。

$ npm install dp-clear-cache -g

使用

以下参数缺一不可

$ dpcc 
	-a <web集群名称,如tuangou-web> 
	-e <环境,prelease或者release> 
	-c <gitlab的private key,下文会具体说在那里拿> 
	-p <静态应用的名称,如app-m-refund>

可以查看帮助

$ dpcc -h 

Usage:
  dpcc [OPTIONS] [ARGS]

Options: 
  -a, --domain STRING    Target web app
  -e, --env STRING       Environment, prelease or release
  -c, --credential STRINGPrivate key of gitlab, check your gitlab account page 
  -p, --project STRING   Project name from gitlab
  -g, --group [STRING]   Project group from gitlab (Default is f2e)
  -v, --version          Display the current version
  -h, --help             Display help and usage details

如何获得 private key

登录code.dianpingoa.com

http://code.dianpingoa.com

进去Account页面

http://code.dianpingoa.com/profile/account

没错第一个section就是Private Key,将private key传进去 -c/--credential 参数即可