0.0.18 • Published 7 years ago

@steriley/s3-vue-deploy v0.0.18

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

S3 Asset Uploader

Enables you to quickly upload build assets to an S3 location.

Configuration Options

  • source default: dist - location where your files will be uploaded from
  • s3:location default: page/package-name - target location within the s3 bucket

Here is an example object in package.json

"deployment": {
  "source": "dist",
  "s3:location": "page/s3-vue-deploy"
}

Commands

Add S3 keys to your system, pass true to overwrite settings

$ release enviroment [true|false]

Print the code to be added to your page - outputs to console.

$ release code

Release development code to UAT

$ release uat

Release code to production

$ release live
0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago