Platform Info

Display the platform session stored on this engine

Usage

Terminal
dxflow platform info [OPTIONS]

Options

FlagShorthandDescriptionTypeDefault
--verifyAsk the platform whether it still holds this engineboolfalse

Output

Terminal
● Platform
  Account     you@example.com
  Owner       9f8e7d5c...
  Engine      a1b2c3d4e5f60718293a4b5c6d7e8f90
  Connected   Jan  1 00:00:00
  Renewed     Mar  1 00:00:00
  Expires     May 30 00:00:00
  State       Connected

The session is read from disk, so this answers on a host with no route to the platform. --verify asks the platform as well, which is what reports an engine the account released from the browser.

StateMeaning
ConnectedThe session is live, and under --verify the platform agrees
ExpiredThe window in the session has passed
DisconnectedThe platform refused the session, seen with --verify
UnverifiedThe platform could not be reached, seen with --verify
Not connectedNo session is stored on this host