mirror of
https://github.com/kennethreitz/bob-builder-1.git
synced 2026-06-05 23:10:17 +00:00
Update cli.py
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@ Options:
|
||||
--overwrite allow overwriting of deployed archives.
|
||||
|
||||
Configuration:
|
||||
Environment Variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_BUCKET
|
||||
Environment Variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, S3_BUCKET, S3_PREFIX (optional)
|
||||
"""
|
||||
import os
|
||||
|
||||
@@ -71,4 +71,4 @@ def dispatch():
|
||||
try:
|
||||
main()
|
||||
except KeyboardInterrupt:
|
||||
print 'ool.'
|
||||
print 'ool.'
|
||||
|
||||
Reference in New Issue
Block a user