lift info

Display saved output (URLs, credentials, connection info) for an installed tool on the server.

lift info

Display saved output (URLs, credentials, connection info) for an installed tool. Reads the tool state from /etc/lift/tools/<tool>.json on the server and re-renders the output section that was shown after installation.

Options

FlagDescriptionDefault
--name <instance>Instance name (for multi-instance support)tool name

Examples

# Show info for a tool
lift info nakama --server 1.2.3.4

# Show info using project config (.lift.json)
lift info redis

# Multi-instance: show info for a specific instance
lift info postgresql --name pg-analytics

Example output:

Nakama Game Server installed!
  HTTP API: http://172.239.28.179:7350
  Admin Console: http://172.239.28.179:7351
  Console Username: admin
  Console Password: 07d50ee633ba5c61b3c4a66f

Info: This command reads the same state file saved during lift install. If the tool was installed without the CLI (e.g., via the dashboard), the state file may not exist.