Mixin: plugins/deployr-cli-users

plugins/deployr-cli-users

Top-level include for the deployr-cli-users module.

Source:

Members

(static) app

Setup state from the application attached to.

Properties:
Name Type Description
app Object

The application.

Source:

(static) commands

Expose the plugin commands.

Source:

(static) name

Expose the plugin name cli-users.

Properties:
Name Type Description
name String

The plugin name.

Source:

Methods

(protected, static) app.auth(callback)

Attempts to authenicate the user in DeployR.

Parameters:
Name Type Description
callback function

Continuation to pass control to when complete.

Source:

(protected, static) app.unauth(callback)

Attempts to unauthenticate the user from DeployR.

Parameters:
Name Type Description
callback function

Continuation to pass control to when complete.

Source:

(static) attach(options)

Attaches the deployr-cli-users behavior to the application.

Parameters:
Name Type Description
options Object

The options object literal to use when attaching.

Source:

(static) detach()

Detaches this plugin from the application.

Source: