ushios / aws-console-helper
Ushios Aws console helper Component
0.0.2
2013-11-04 13:09 UTC
Requires
- php: >=5.3.2
- aws/aws-sdk-php: 2.*
- twig/twig: 1.15.*@dev
This package is not auto-updated.
Last update: 2024-12-17 02:30:22 UTC
README
Dependencies
- aws/aws-sdk-php
- twig/twig (CLI only)
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.