← 返回首页
GitHub - pkgcloud/pkgcloud-cli: Command line interface around pkgcloud · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

pkgcloud/pkgcloud-cli

 master
Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

More items

pkgcloud-cli

Basic commandline wrapper around the pkgcloud nodejs module.

npm install -g pkgcloud-cli

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. Initially, region will be ignored and it will only use the first config for each type (compute, storage, database).

However, the intent is to expand pkgcloud-cli to use a new library, multi-pkgcloud which will allow interacting with multiple provider endpoints at once.

{ "compute": [ { "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" } ], "storage": [ ], "database": [ ], "dns": [ ] }

use pkgcloud-cli

$pkgcloud --help Usage: pkgcloud [options] [command] Commands: init Initialize pkgcloud-cli config file compute Compute commands storage Storage commands database Database commands dns DNS commands help [cmd] display help for [cmd] Options: -h, --help output usage information -V, --version output the version number

About

Command line interface around pkgcloud

Resources

License

Stars

6 stars

Watchers

4 watching

Forks

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.