Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.
This repository was archived by the owner on Aug 14, 2026. It is now read-only.

Add support for .buffer-static-upload.json or similar for ease of use  #16

Description

@djfarrelly

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
  • `.buffer-static-upload
  • .uploadrc
  • .bsurc (buffer-static-upload)
  • .static-upload
  • Some other shorter cooler name like .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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions