Contact Us 1-800-596-4880

CLI for Local Servers

Use the servers commands to automate your Local Servers Processes. For more information about how to use these commands, refer to the Runtime Manager documentation.

Command Description

Describes server

Deletes server

Changes an standalone application artifact

Modifies server

Gets server registration token. This token needs to be used to register a new server

runtime-mgr:server:describe

> runtime-mgr:server:describe [flags] <serverId>

Describes the server passed in serverId.

This command accepts the --output flag. Use the --output flag to specify the response format. Supported values are table (default) and json.

This command also accepts the default flag --help.

runtime-mgr:server:delete

> runtime-mgr:server:delete [flags] <serverId>

Deletes the server passed in serverId.

This command accepts only the default flag --help.

This command does not prompt twice before deleting. If you send a delete instruction, it does not ask for confirmation.

runtime-mgr:server:list

> runtime-mgr:server:list [flags]

Lists all servers in your environment.

This command accepts the --output flag. Use the --output flag to specify the response format. Supported values are table (default) and json.

This command also accepts the default flag --help.

runtime-mgr:server:modify

> runtime-mgr:server:modify [flags] <serverId>

Modifies the server passed in serverId.

In order to update the id for the cluster, you need to pass the --name flag.

Besides the --name flag, this command also accepts the default --help flag.

runtime-mgr:server:token

> runtime-mgr:server:token [flags]

Gets server registration token. This token needs to be used to register a new server.

This command accepts only the default flag --help.