ushios/aws-console-helper

Ushios Aws console helper 组件

0.0.2 2013-11-04 13:09 UTC

This package is not auto-updated.

Last update: 2024-09-24 01:14:23 UTC


README

依赖项

安装

在 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.

使用组件

composer.json

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

CLI 使用方法

创建 .ssh/config

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

组件使用

目前没有文档。