Skip to content

Commands Overview

UltraForce uses a command system to filter and control searches.

Command Syntax

Commands start with : followed by a key and optional query:

:[command] [query]

Built-in Commands

CommandDescriptionTypes
:oObjects & FieldsCustomObject, CustomField
:cCodeApexClass, ApexTrigger, ApexPage, ApexComponent, Aura, LWC
:fFlowsFlow
:uUsersUser
:pPermissionsProfile, PermissionSet, PermissionSetGroup
:lLabelsCustomLabel
:mMetadataCustomMetadata, CustomSetting
:qQueuesQueue, Group
:gSetupNavigate to Setup pages

Usage Examples

:o Account        # Search Account object
:c Helper         # Search classes with "Helper"
:u john           # Search users named "john"
:f approval       # Search approval flows
:g users          # Go to Users setup

Custom Commands

Create your own commands in Settings to filter by specific metadata types.

See Custom Commands for details.

Command Hints

When you type :, UltraForce shows available commands. Continue typing to filter.

:           # Shows all commands
:c          # Shows :c command details
:co         # Filters to commands starting with "co"

Released under the MIT License.