1.0.3 • Published 9 years ago

@jrmce/s3-push v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
9 years ago

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

OptionTypeDefaultDescription
--bucket-bstringThe destination S3 bucket
--root-directory-rstringThe root directory of your app
--profile-pstring"default"The AWS profile to use when pushing
--help-hPrint help message
1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago