Platform Info
Display the platform session stored on this engine
Usage
Terminal
dxflow platform info [OPTIONS]
Options
| Flag | Shorthand | Description | Type | Default |
|---|---|---|---|---|
--verify | Ask the platform whether it still holds this engine | bool | false |
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.
| State | Meaning |
|---|---|
Connected | The session is live, and under --verify the platform agrees |
Expired | The window in the session has passed |
Disconnected | The platform refused the session, seen with --verify |
Unverified | The platform could not be reached, seen with --verify |
Not connected | No session is stored on this host |