We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of an unwieldy set of arguments to pass to the cli, we could offer a json file akin to a .babelrc.
.babelrc
Filename ideas:
.buffer-static-upload.json
.uploadrc
.bsurc
.static-upload
.suprc
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
./buffer-static-upload
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Which makes the usage a much simpler
./buffer-static-upload
The text was updated successfully, but these errors were encountered: