atmos emulator ps
Use this command to list the running emulator containers in the component's stack. Containers are discovered by the labels derived from their canonical instance addresses.
Usage
atmos emulator ps <component> --stack <stack> [flags]
Examples
# List running emulators in the plat-ue2-dev stack
atmos emulator ps aws --stack=plat-ue2-dev
# Using the emu alias
atmos emu ps aws --stack=plat-ue2-dev
Arguments
component- Required. The emulator component whose stack is inspected (for example,
aws).
Flags
-s, --stack- Required. The stack to list running emulators for (for example,
plat-ue2-dev).
See Also
atmos emulator up— Start (or reuse) the emulator containeratmos emulator logs— Stream the emulator container's logs