Platform
7 posts tagged with "Platform"
.rhappsody
The .rhappsody action shows rhappsody logo. It belongs to the platform category within the system area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
.rhappsody
set-dev-mode
The set-dev-mode action sets dev mode. It belongs to the platform category within the system area.
Action Syntax
set-dev-mode true|false
Valid sizes
Examples
// Basic Usage
set-dev-mode true
set-mock-mode
The set-mock-mode action sets mock mode. It belongs to the platform category within the system area.
Action Syntax
set-mock-mode true|false
Valid sizes
Examples
// Basic Usage
set-mock-mode true
su-account
The su-account action retrieves the details of an account. It belongs to the platform category within the system area.
Action Syntax
su-account "text"
Return Value
This function returns a
$result = su-account
Valid sizes
Examples
// Basic Usage
$response = su-account "email"
su-accounts
The su-accounts action returns a summary of all platform accounts. It belongs to the platform category within the system area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
su-accounts
su-platform
The su-platform action enables platform app. It belongs to the platform category within the system area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
su-platform
use
The use action loads platform plugin or component and makes available for use. It belongs to the platform category within the system area.
Action Syntax
use "text"
Valid sizes
Examples
// Basic Usage
use "plugin"