Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

adds a chained command for saving keypair material to disc

Notifications You must be signed in to change notification settings

crcn/node-awsm-keypair-save

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small plugin for awsm that allows you to save keypairs.

Example:

var aws = require("awsm")(config);
aws.use(require("awsm-keypair-save"));

// create the keypair
aws.
chain().
keyPairs().
create("test").
save("/path/to/keypair/file").
then(function() {
 // done 
});

About

adds a chained command for saving keypair material to disc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published