ekm

command module
v0.0.0-...-453da21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2015 License: MIT Imports: 6 Imported by: 0

README

EKM is EC2 Keypair Manager

Installation

$ go get -d github.com/pocke/ekm
$ make

Usage

New
$ ekm new <keypair-name> --region <region>         # => create and output pem to STDOUT
$ ekm new <keypair-name> --region <region> --file  # => create and save pem as <Keypair-name>.pem (not implemented)
Import

(Not implemented)

$ ekm import --region <region> --file=<keypair file path>
$ ekm import <keypair-name> --region <region> --file=<keypair file path>
$ cat <keypair file> | ekm import <keypair-name> --region <region>
List

(Not implemented)

$ ekm list --region <region>  # => list of keypair at <region>
Show

(Not implemented)

$ ekm show <keypair-name> --region <region> # => Show keypair information
Delete

(Not implemented)

$ ekm delete <keypair-name> --region <region> # Delete keypair from AWS.

License

Copyright © 2015 Masataka Kuwabara Licensed [MIT][mit] [MIT]: http://www.opensource.org/licenses/mit-license.php

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL