File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,18 @@ Ensure your AWS credentials environment variables are set (`AWS_ACCESS_KEY_ID`,
1313$ buffer-static-upload -h
1414Usage of buffer-static-upload:
1515 -bucket string
16- the s3 bucket to upload to (default "static.buffer.com")
16+ the s3 bucket to upload to (default "static.buffer.com")
1717 -dir string
18- required, the directory to upload files to in the bucket
18+ required, the directory to upload files to in the bucket
19+ -dry-run
20+ print the output only, skip file uploads and manifest creation
1921 -files string
20- the path to the files you'd like to upload, ex. "public/**/.*js,public/style.css"
22+ the path to the files you'd like to upload, ex. "public/**/.*js,public/style.css"
23+ -format string
24+ format of the output [json,csv] (default "json")
2125 -o string
22- the json file you'd like your generate (default "staticAssets.json")
26+ the filename for the versions manifest (default "staticAssets.json")
27+ -v print the current buffer-static-upload version
2328```
2429
2530For example, you can use glob patterns to match multiple sets of files:
You can’t perform that action at this time.
0 commit comments