LinuxCommandLibrary

sfdk-emulator-device-model-list

List available device models for emulation

TLDR

View documentation for sfdk emulator device-model-show

$ tldr sfdk emulator device-model-show
copy

SYNOPSIS

sfdk-emulator-device-model-list

DESCRIPTION

The `sfdk-emulator-device-model-list` command is a tool provided with the Salesforce Development Kit (SFDK) that displays a list of available device models that can be used when creating and managing SFDK emulators. These device models define the hardware specifications and software configurations of the emulated device, such as screen size, memory, and operating system version. By listing the available device models, developers can choose the most appropriate configuration for testing their Salesforce applications in a simulated environment.
The command typically retrieves this information from a configuration file or a remote repository, ensuring that developers have access to the latest and most accurate device model definitions. This allows for consistent and reliable emulation across different development environments.
Using this command helps developers to configure their emulators to mimic different devices. This command is useful for setting the `--device-model` parameter for sfdk emulators.

CAVEATS

The available device models depend on the SFDK version and any custom configurations. Ensure SFDK is correctly installed and configured.

OUTPUT FORMAT

The command outputs a list of device model names, typically one device model per line. This list can be used directly when creating new emulators with the `sfdk-emulator-create` command.

USAGE EXAMPLE

To view the list of available device models, simply run `sfdk-emulator-device-model-list` in your terminal. The output will be a simple text list of available models.

SEE ALSO

sfdk(1), sfdk-emulator-create(1), sfdk-emulator-start(1)

Copied to clipboard