Recipes
3 posts tagged with "Recipes"
get-recipe
function
The get-recipe action get specific recipe by name or index. It belongs to the recipes category within the platform area.
Action Syntax
get-recipe "text"
A quoted text string
get-recipe $variable
A variable name starting with $
Return Value
This function returns a
ITEM
value that can be stored in a variable:
$result = get-recipe
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$item = get-recipe "name"
Action code: 2932669785
Version: 0.6.4
Last updated: 2025-06-13
list-recipes
function
The list-recipes action lists available recipes. It belongs to the recipes category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
GROUP
value that can be stored in a variable:
$result = list-recipes
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
list-recipes
Action code: 4061543198
Version: 0.6.4
Last updated: 2025-06-13
render-recipe
function
The render-recipe action renders an app using a recipe. It belongs to the recipes category within the platform area.
Action Syntax
render-recipe $variable with $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
Return Value
This function returns a
TEXT
value that can be stored in a variable:
$result = render-recipe
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$text = render-recipe $recipevar with $args
Action code: 1214728379
Version: 0.6.4-2
Last updated: 2025-06-13