Appdev
10 posts tagged with "Appdev"
.edit-app
The .edit-app action floating action button to edit app. It belongs to the appdev category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
.edit-app
appdev
The appdev action mainly a STUB server for all appdev related server actions. It belongs to the appdev category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
appdev
build-app
The build-app action builds an app from rhyme source text. It belongs to the appdev category within the platform area.
Action Syntax
build-app $variable
build-app "text"
Return Value
This function returns a
$result = build-app
Valid sizes
Examples
// Basic Usage
$text = build-app $source
list-apps
The list-apps action list all apps for the account. It belongs to the account 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
$result = list-apps
Valid sizes
Examples
// Basic Usage
list-apps
load-app
The load-app action loads an app record from the db. It belongs to the appdev category within the platform area.
Action Syntax
load-app @reference
load-app $variable
Return Value
This function returns a
$result = load-app
Valid sizes
Examples
// Basic Usage
$item = load-app @apptag
new-app
The new-app action creates a new app (source). It belongs to the appdev 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
$result = new-app
Valid sizes
Tags
mobile
scaffold for a mobile app
Examples
// Basic Usage
new-app
set-app-bin
The set-app-bin action sets the app binary manually (RHDEV.bin). It belongs to the appdev category within the platform area.
Action Syntax
set-app-bin $variable
Valid sizes
Examples
// Basic Usage
set-app-bin $varname
set-build-mode
The set-build-mode action sets build mode. It belongs to the appdev category within the platform area.
Action Syntax
set-build-mode true|false
Valid sizes
Examples
// Basic Usage
set-build-mode true
set-target-ag
The set-target-ag action sets the target app group. It belongs to the appdev category within the platform area.
Action Syntax
set-target-ag $variable
set-target-ag @reference
Valid sizes
Examples
// Basic Usage
set-target-ag $ag
set-target-aid
The set-target-aid action sets the target or working app id. It belongs to the appdev category within the platform area.
Action Syntax
set-target-aid $variable
set-target-aid "text"
Valid sizes
Examples
// Basic Usage
set-target-aid $aid