Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clown

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clown

clown computing with pkgcloud

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

clown

clown computing with pkgcloud

It's Dangerous To Go Alone! Here, Take This:

  • pkgcloud/pkgcloud
  • dominictarr/rc

Install

$ sudo npm install clown -g

Usage

$ clown --config config/do.json compute flavors list
clown info clown YES THIS IS CLOWN
clown info clown Programmed entirely in @jesusabdullah's apartment
clown info clown Copyright 2014
[
  {
    "id": 66,
    "name": "512MB",
    "ram": 512,
    "disk": 20,

    ...

  }
]
clown info bye Much obliged.

API mapping

Basic flags

--level

Set the logging level to anything npmlog supports natively with --level [level].

--version

Print out clown's version and exit.

Routes

Routes look something like this:

[client-type] [resource] [command]

Commands don't have quite the same names as in pkgcloud, but generally map 1:1.

Client options

Client options are specified under the client type. For example, to specify the provider at the command line with the compute client, use the option --compute.provider.

Command options

Command options are named as they are in the pkgcloud documentation. For example, to specify the flavorId with compute flavors get at the command line, use the option --flavorId.

TODO

  • Commands for everything that isn't compute
  • Inline documentation for all routes that don't run a command

License

MIT. See the LICENSE file.

Keywords

FAQs

Package last updated on 15 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc