Table of Contents

tms server-list

Lists the servers configured in Smart Setup.

Synopsis

tms server-list [<options>] [<global-options>]

Description

Displays all servers registered in tms.config.yaml, along with their type, URL, and enabled/disabled status. Built-in servers (such as tms and community) show only their name and status since their URL is managed internally.

Options

Option Description
-json Outputs the server list in JSON format.

Global Options

See Global Options for options available to all commands.

Examples

Lists all configured servers:

tms server-list

Lists all configured servers in JSON format:

tms server-list -json

See Also