ushios/aws-console-helper

Ushios Aws console helper Component

0.0.2 2013-11-04 13:09 UTC

This package is not auto-updated.

Last update: 2024-03-25 23:04:41 UTC


README

Dependencies

Installation

using in CLI

$ git clone https://github.com/ushios/aws-console-helper.git path/to/clone
$ cd path/to/clone
$ composer install
$
$ cd Resources
$ cp config.json.dist config.json
$ vi config.json # edit aws credential infos.

using components

composer.json

require: {
    ...
    "ushios/aws-console-helper": "0.0.*",
    ...
}

CLI usage

create .ssh/config

$ cd path/to/clone
$ php ssh_config.php [--private] [--no-hostkey-checking] [--output […]] [--user […]] [--identity_file […]]

Components usage

no documentations now.