Publish
3 posts tagged with "Publish"
publish-bin
function
The publish-bin action publishes binary to regional public R2. It belongs to the publish category within the appdev area.
Action Syntax
publish-bin $variable
A variable name starting with $
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = publish-bin
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = publish-bin $bin
Action code: 198510192
Version: 0.6.4-0
Last updated: 2025-06-13
publish-html
function
The publish-html action publishes launch html to regional public R2. It belongs to the publish category within the appdev area.
Action Syntax
publish-html $variable
A variable name starting with $
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = publish-html
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = publish-html $bin
Action code: 2127680477
Version: 0.6.4-0
Last updated: 2025-06-13
publish-private
function
The publish-private action publishes binary to regional private R2. It belongs to the publish category within the appdev area.
Action Syntax
publish-private "text" $variable
A quoted text string followed by A variable name starting with $
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = publish-private
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = publish-private "name" $varname
Action code: 2526445627
Version: 0.6.4-0
Last updated: 2025-06-13