Skip to content

Commit 8f51639

Browse files
committed
Update command documentation
1 parent e7db242 commit 8f51639

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@ Ensure your AWS credentials environment variables are set (`AWS_ACCESS_KEY_ID`,
1313
$ buffer-static-upload -h
1414
Usage 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

2530
For example, you can use glob patterns to match multiple sets of files:

0 commit comments

Comments
 (0)