1.0.3 • Published 9 years ago
@jrmce/s3-push v1.0.3
S3-Push
Description
S3-Push is a command line tool that helps with deploying static websites to S3 buckets.
Usage
With required options (--bucket, --root-directory)
s3-push -b my-bucket -r ./distWith all options
s3-push -b my-bucket -r ./dist -p my-aws-profileOptions
| Option | Type | Default | Description |
|---|---|---|---|
--bucket-b | string | The destination S3 bucket | |
--root-directory-r | string | The root directory of your app | |
--profile-p | string | "default" | The AWS profile to use when pushing |
--help-h | Print help message |