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

@wangyjhh/msgr

v0.1.1

Published

This is a command line tool for quick operation of Alibaba Cloud Security group rules.

Downloads

78

Readme

@wangyjhh/msgr

A security group rule management tool for Alibaba Cloud ESC implemented based on the official SDK.

Install

# npm
npm i @wangyjhh/msgr -g

# pnpm
pnpm add @wangyjhh/msgr -g

Usage

Usage: msgr [options] [command]

Alibaba Cloud security group rule management tool.

Options:
  -v, --version                      Output version number.
  -h, --help                         display help for command

Commands:
  config <tpye> <accesskey> [value]  Configuration
  list|ls                            Review the security group rules.
  add|ad                             Add the security group rules.
  remove|rm                          Remove the security group rules.
  modify|mo                          Modify the security group rules.
  help [command]                     display help for command

Example

Enter the command and fill in the necessary information according to the command line instructions

Get config

msgr config get accessKeyId
msgr config get accessKeySecret

Set config

msgr config set accessKeyId [accessKeyId]
msgr config set accessKeySecret [accessKeySecret]

Get Security group rules list

msgr list
# The following commands will also work
msgr ls

Add Security group rules

msgr add
# The following commands will also work
msgr ad
msgr insert

Remove Security group rules

msgr remove
# The following commands will also work
msgr rm
msgr delete

Modify Security group rules

msgr modify
# The following commands will also work
msgr mo
msgr edit