Shell
46 posts tagged with "Shell"
.devfooter
The .devfooter action Shows development mode footer with user and target info. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
.devfooter
dir-action
The dir-action action prints syntax help for specified action. It belongs to the shell category within the platform area.
Action Syntax
dir-action "text"
Valid sizes
Examples
// Basic Usage
dir-action "actioname"
dir-actions
The dir-actions action displays a list of actions. It belongs to the shell category within the platform area.
Action Syntax
dir-actions "text"
Valid sizes
Examples
// Basic Usage
dir-actions "prefix"
dir-app
The dir-app action displays the status of the current app. It belongs to the shell category within the platform area.
Action Syntax
dir-app @reference
Valid sizes
Examples
// Basic Usage
dir-app @appname
dir-blocks
The dir-blocks action lists the blocks in the current app. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-blocks
dir-boot
The dir-boot action boot and runs the current devmode app. It belongs to the shell category within the platform area.
Action Syntax
dir-boot $variable
dir-boot [file]
Valid sizes
Examples
// Basic Usage
dir-boot $block
dir-build
The dir-build action builds the current app. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-build
dir-clear
The dir-clear action /clear - clears the shell screen. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-clear
dir-clear-inbox
The dir-clear-inbox action /clear-inbox - clears out app inbox. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-clear-inbox
dir-compile
The dir-compile action compiles the current app. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-compile
dir-compiler
The dir-compiler action manage local environment compiler instances. It belongs to the shell category within the platform area.
Action Syntax
dir-compiler list
dir-compiler load
Valid sizes
Tags
version
specific version of compiler: dev, beta, latest, or a specific version
Examples
// Basic Usage
dir-compiler list
dir-current
The dir-current action /current - display or sets current app target. It belongs to the shell category within the platform area.
Action Syntax
dir-current @reference
Valid sizes
Examples
// Basic Usage
dir-current @apptag
dir-delay
The dir-delay action simulate a delay. It belongs to the shell category within the platform area.
Action Syntax
dir-delay 30m
Valid sizes
Examples
// Basic Usage
dir-delay 1s
dir-delete-appgroup
The dir-delete-appgroup action /delete-appgroup. It belongs to the shell category within the platform area.
Action Syntax
dir-delete-appgroup @reference
Valid sizes
Examples
// Basic Usage
dir-delete-appgroup @agname
dir-delete-image
The dir-delete-image action deletes an app image. It belongs to the shell category within the platform area.
Action Syntax
dir-delete-image +imagetag
Valid sizes
Examples
// Basic Usage
dir-delete-image %imagetag
dir-dev
The dir-dev action /dev - turns on development mode. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-dev
dir-edit
The dir-edit action launches editor (requires dev model). It belongs to the shell category within the platform area.
Action Syntax
dir-edit @reference
dir-edit [file]
dir-edit $variable
dir-edit 123
Valid sizes
Examples
// Basic Usage
dir-edit @appname
// Using Variables
// Display dynamic content from variables
dir-edit $blockname
dir-edit-block
The dir-edit-block action launches block editor (requires dev model). It belongs to the shell category within the platform area.
Action Syntax
dir-edit-block [file]
dir-edit-block $variable
Valid sizes
Examples
// Basic Usage
dir-edit-block [block]
// Using Variables
// Display dynamic content from variables
dir-edit-block $blockname
dir-files
The dir-files action lists app files. It belongs to the shell category within the platform area.
Action Syntax
dir-files private
dir-files sbpublic
dir-files sbprivate
Valid sizes
Examples
// Basic Usage
dir-files private
dir-help
The dir-help action /help interactive shell help. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-help
dir-hide
The dir-hide action hides shell screen. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-hide
dir-images
The dir-images action lists all app-images. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-images
dir-inbox
The dir-inbox action /inbox - lists the inbox messages for this app. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-inbox
dir-list-apps
The dir-list-apps action /list-apps - lists apps in current app group. It belongs to the shell category within the platform area.
Action Syntax
dir-list-apps @reference
Valid sizes
Examples
// Basic Usage
dir-list-apps @appgroup
dir-list-groups
The dir-list-groups action /list-groups lists the current account’s app groups. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-list-groups
dir-load
The dir-load action loads app source from platform. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-load
dir-login
The dir-login action logs into rhappsody account. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Tags
ifneeded
set to bypass prompt if you are already logged in
Examples
// Basic Usage
dir-login
dir-login-if-needed
The dir-login-if-needed action login to rhappsody account if needed. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-login-if-needed
dir-logout
The dir-logout action logs out of rhappsody account. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-logout
dir-mock-date
The dir-mock-date action sets a mock date for testing. It belongs to the shell category within the platform area.
Action Syntax
dir-mock-date YYYY-MM-DD
dir-mock-date YYYY-MM-DD HH:MM
dir-mock-date HH:MM
Valid sizes
Examples
// Basic Usage
dir-mock-date 2025-09-27
dir-new
The dir-new action /new to create a new app. It belongs to the appdev category within the platform area.
Action Syntax
dir-new @reference
Valid sizes
Examples
// Basic Usage
dir-new @appname
dir-new-appgroup
The dir-new-appgroup action /new-appgroup - adds a new app group to account. It belongs to the shell category within the platform area.
Action Syntax
dir-new-appgroup @reference
Valid sizes
Examples
// Basic Usage
dir-new-appgroup @groupname
dir-new-image
The dir-new-image action adds a new app image via upload. It belongs to the shell category within the platform area.
Action Syntax
dir-new-image +imagetag
Valid sizes
Examples
// Basic Usage
dir-new-image %imagetag
dir-publish
The dir-publish action publishes a new version of current app. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-publish
dir-regen-keys
The dir-regen-keys action regenerate app keys. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-regen-keys
dir-secrets
The dir-secrets action /secrets - lists defined secret names. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-secrets
dir-send-inbox-message
The dir-send-inbox-message action sends a test inbox message. It belongs to the shell category within the platform area.
Action Syntax
dir-send-inbox-message "text"
Valid sizes
Examples
// Basic Usage
dir-send-inbox-message "message"
dir-set
The dir-set action makes platform setting changes. It belongs to the shell category within the platform area.
Action Syntax
dir-set active
dir-set inactive
dir-set name "text"
dir-set brand-color #color
Valid sizes
Examples
// Basic Usage
dir-set active
dir-sets
The dir-sets action /sets - lists action sets. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-sets
dir-shell
The dir-shell action launches an integrated development shell for the current app. It belongs to the shell category within the platform area.
Action Syntax
dir-shell #color
dir-shell #color #color
dir-shell #color #color #color
dir-shell #color #color #color #color
Valid sizes
Tags
background
instantiates shell in background. use /show to display
dir-show
The dir-show action shows shell screen. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-show
dir-source
The dir-source action /source - shows current app source. It belongs to the shell category within the platform area.
Action Syntax
dir-source [file]
Valid sizes
Examples
// Basic Usage
dir-source [block]
dir-source-default
The dir-source-default action sets default app source code (RHDEV.source) if not already set. It belongs to the shell category within the platform area.
Action Syntax
dir-source-default $variable
dir-source-default "text"
dir-source-default blk
Valid sizes
Examples
// Basic Usage
dir-source-default $name
dir-status
The dir-status action status of the current app. It belongs to the shell category within the platform area.
Action Syntax
dir-status @reference
Valid sizes
Examples
// Basic Usage
dir-status @apptag
dir-users
The dir-users action /users - shows app users. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-users
dir-who
The dir-who action /who displays current account info. It belongs to the shell category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
dir-who