pulkitjalan/git-s3
最新稳定版本:0.1.0
Composer 安装命令:
composer require pulkitjalan/git-s3
包简介
Upload your git repo to AWS S3
README 文档
README
Upload your git repo to AWS S3
Installation
A global installation of Composer is needed. git-s3 is installed globally.
$ composer global require pulkitjalan/git-s3:dev-master
Usage
After the installation run git-s3 init to initialize the config files. All config files will be created in ~/.git-s3. Once initialized you can run git-s3 edit to manually edit them.
There is also an optional --env optional parameter that can be used to initialize and upload to separate environments. Example:
$ git-s3 init --env development
Once ready you can push an application to s3. Make sure the command is run from a valid git repository. Example:
$ git-s3 push
If you want to push it as a zip archive then you can use the --zip parameter (useful for AWS CodeDeploy). Example:
$ git-s3 push --zip
Credits
This package was inspired schickling/git-s3.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-12