### CLI Session Output Source: https://www.emuluxe.com/docs Example output displayed when starting a simulation session. ```text 1 $ emx start 2 Searching foundry... 3 Connected. 4 Initializing iOS 17... 5 Session active. ``` -------------------------------- ### Start Simulation Session Source: https://www.emuluxe.com/docs Initiates a simulation session for a specific device. ```bash emx start --device 'iphone-15-pro' ``` -------------------------------- ### Install Emuluxe CLI Source: https://www.emuluxe.com/docs Installs the Emuluxe CLI globally via npm. ```bash npm install -g @emuluxe/cli ``` -------------------------------- ### Authenticate CLI Source: https://www.emuluxe.com/docs Authenticates the local CLI session with the Emuluxe cloud foundry. ```bash emx login ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.