Top-level include for the deployr-cli-server module.
Members
(static) app
Setup state from the application attached to.
Properties:
| Name | Type | Description |
|---|---|---|
app |
Object | The application. |
(static) commands
Expose the plugin commands.
(static) name
Expose the plugin name cli-server.
Properties:
| Name | Type | Description |
|---|---|---|
name |
String | The plugin name. |
Methods
(protected, static) app.setEndpoint(callback)
Attempts to set the DeployR server endpoint.
Parameters:
| Name | Type | Description |
|---|---|---|
callback |
function | Continuation to pass control to when complete. |
(static) attach(options)
Attaches the deployr-cli-server behavior to the application.
Parameters:
| Name | Type | Description |
|---|---|---|
options |
Object | The options object literal to use when attaching. |
(static) detach()
Detaches this plugin from the application.