1.0.1-bugfix • Published 4 years ago

uppage v1.0.1-bugfix

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

UpPage Manual

Usage:

$ npx uppage --name <string> --access-key <string> --secret-key <string>

Description:

Uploads your current working directory to Amazon S3 and hosts it as a public website.

Options:
  • --name <string> Prefix for your uppage bucket. Must be unique.
  • --access-key <string> AWS IAM access key id. Defaults to environment variable AWS_ACCESS_KEY_ID.
  • --secret-key <string> AWS IAM secret key. Defaults to environment variable AWS_SECRET_ACCESS_KEY.
  • --region <string> AWS region in which to create the bucket. Defaults to environment variable AWS_REGION or "eu-central-1".
  • --path <string> Directory to upload. Defaults to current working directory.
  • --destroy Destroys the current bucket.
  • --help Shows you this menu.
1.0.1-bugfix

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.10-alpha

4 years ago

0.0.9-alpha

4 years ago

0.0.8-alpha

4 years ago

0.0.7-alpha

4 years ago

0.0.6-alpha

4 years ago

0.0.5-alpha

4 years ago

0.0.4-alpha

4 years ago

0.0.3-alpha

4 years ago

0.0.2-alpha

4 years ago

0.0.1-alpha

4 years ago