@jrmce/s3-push
v1.0.3
Published
## Description S3-Push is a command line tool that helps with deploying static websites to S3 buckets.
Downloads
2
Readme
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 ./dist
With all options
s3-push -b my-bucket -r ./dist -p my-aws-profile
Options
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