You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2026. It is now read-only.
Purpose
Instead of an unwieldy set of arguments to pass to the cli, we could offer a json file akin to a
.babelrc.Idea
Filename ideas:
.buffer-static-upload.json.uploadrc.bsurc(buffer-static-upload).static-upload.suprc(static upload run command)Format:
{ "bucket": "my-fav-s3-bucket", "dir": "my-app", "files": ["js/*.js", "css/*.css"], "format": "csv", "output": "asset-manifest.csv" }Which makes the usage a much simpler
./buffer-static-upload