Blake Mealey
Blake Mealey
Some of these plugins could be built as "official" plugins. Something to keep in mind here is they need to be easy to install. And, they need to be able...
A simpler first iteration of this would be to just call configured commands at certain hooks
This could be a cool way to implement this: https://extism.org/ Also would be cool to have Lua support for this. Maybe the Roblox OSS discord could take a stab at...
Would this be a useful feature for developers? I feel like this could be a bit heavy-handed, especially for patch releases. Perhaps it should be a command-line flag (e.g. `--restart-servers-post-deploy`)...
Endpoints: * Create plugin: POST https://data.roblox.com/Data/Upload.ashx?allowComments=False&type=Plugin&name=&groupId=&assetid=0&ispublic=True&description= * Configure sales: POST https://itemconfiguration.roblox.com/v1/assets//release * Body: `{ "price": 0, "saleStatus": "OffSale" }` * Create icon: POST https://publish.roblox.com/v1/assets//thumbnail * Standard multi-part formdata with `request.files`...
Adding this to milestone v1.0.0 because I would like the targets API to be stable before v1.0.0 so that once we reach it we can add more target types without...
Adding to milestone v1.0.0 because the format should be stable before v1.0.0
Current output format: a dictionary of resource IDs (in the format `_`) to outputs. The outputs are an odd format though because if they have no values they will just...
We should also consider this to be a public API of Mantle and it should be documented appropriately (new Outputs page in the docs)
I also want to publish a Wally package that consumes the outputs to make it super easy to consume