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

pkgcloud-cli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkgcloud-cli

CLI for pkgcloud

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

pkgcloud-cli

Basic commandline wrapper around the wonderful pkgcloud nodejs module.

Thanks to @dscape for suggesting the idea when Nodejitsu released the pkgcloud module (https://groups.google.com/forum/#!topic/nodejs/nMIxPJO7o20)

THIS IS UNDER ACTIVE DEVELOPMENT AND CURRENTLY DEPENDS ON A PRIVATE PACKAGE.

  1. npm install -g pkgcloud-cli

  2. Create a pkgcloud-cli.json file in your home directory specifying the pkgcloud compute config parameters. These parameters are identical to pkgcloud with the exception of adding a 'region' parameter.


  [  
    {
      "authUrl": "https://identity.api.rackspacecloud.com",
      "region": "ORD",
      "provider": "rackspace",
      "username": "yourusername",
      "apiKey": "yourapikey"
    },
    {
      "authUrl": "https://identity.api.rackspacecloud.com",
      "region": "DFW",
      "provider": "rackspace",
      "username": "yourusername",
      "apiKey": "yourapikey"
    },
    {
      "authUrl": "https://lon.identity.api.rackspacecloud.com",
      "region": "LON",
      "provider": "rackspace",
      "username": "yourusername",
      "apiKey": "yourapikey"
    }
  ]
  1. use pkgcloud-cli
 $pkgcloud --help

  Usage: pkgcloud [options] [command]

  Commands:

    compute                Compute commands
    storage                Storage commands
    database               Database commands
    help [cmd]             display help for [cmd]

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Keywords

FAQs

Package last updated on 27 Jul 2013

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