Contact Us 1-800-596-4880

CLI for Local Servers

Command Description

Describes server

Modifies server

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

Deletes server

Changes an standalone application artifact

runtime-mgr:server:describe

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

This command describes the server passed in serverId.

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

This command accepts only the default flag --help.

runtime-mgr:server:modify

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

This command 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 has the default --help flag.

runtime-mgr:server:token

> runtime-mgr:server:token [flags]

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

This command accepts only the default flag --help.

runtime-mgr:server:delete

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

This command 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]

This server lists all servers in your environment.

This command has 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.