0.0.7 • Published 10 years ago
cloud-push v0.0.7
Amazon-S3-CLI-Client
A command line tool for uploading files to S3
Install
npm install cloud-push -gConfigure
Automatic
Run cloud-push configure and it will prompt to enter IAM key and secret. The config file will be automatically created.
Manual
Create a credentials file at ~/.aws/credentials on Mac/Linux or C:\Users\USERNAME.aws\credentials on Windows
[default]
aws_access_key_id = your_access_key
aws_secret_access_key = your_secret_keyUpload a file to S3
Usage: cloud-push [options] [command] <file>
Commands:
configure|config Configure Cloud Push
Options:
-h, --help output usage information
-V, --version output the version number
-b, --bucket <bucket> The bucket to upload toExample
cloud-push -b test-cli myFile.pngKnown Issues
Contribute
Feature Request, Bugs and Ideas can be added here.
About Author
- Built with <3 by Arjun Komath / arjunkomath@gmail.com
