Mixin: plugins/deployr-cli-server/commands

plugins/deployr-cli-server/commands

The CLI Commands related to managing the DeployR server.

Source:

Members

(static) about.usage

Usage for di about command.

  • di server about
  • di about
Source:

(static) endpoint.usage

Usage for di endpoint command.

  • di server endpoint
  • di endpoint
Source:

(static) usage

Usage for the di server * commands which allow you to work with the DeployR server. Supported commands:

  • di server endpoint
  • di server about
Source:

Methods

(static) about(callback)

Displays information regarding the DeployR server at the set endpoint location.

Parameters:
Name Type Description
callback function

Continuation to pass control to when complete.

Source:

(static) endpoint(callback)

Attempts to set the DeployR server endpoint location in the CLI.

Parameters:
Name Type Description
callback function

Continuation to pass control to when complete.

Source: