Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Support text_blob bindings #132

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rfreebern
Copy link

Workers Sites uses a binding of type text_blob to store an asset manifest JSON blob for mapping requests to assets in the site's KV store. In order for cloudworker to support Workers Sites, it needs to allow specifying arbitrary text_blob bindings like this.

This PR allows specifying the value of text_blob variable bindings on the command line, either as explicit values or by providing a file from which the value will be read.

@rfreebern
Copy link
Author

Worth noting that text_blob is now an officially documented binding type.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants