# commandDescription

Adds a new resource to a Modeler workspace.

# examples

- <%= config.bin %> <%= command.id %>

- <%= config.bin %> <%= command.id %> --type businessobject --module Visit --name VisitKpi

- <%= config.bin %> <%= command.id %> --path ./workspacePath --type businessobject --module Visit --name VisitKpi

# workspaceAddSuccessful

Successfully created %s '%s'.

# workspaceAddAborted

Creation of %s '%s' aborted.

# workspaceAddFailed

Creation of %s '%s' failed. For details, see:
%s

# workspaceAddError

Creation of resources failed.

# typeFlagDescription

Type of the resource to add.

# nameFlagDescription

Name of the resource to add.

# moduleFlagDescription

Name of the module to which the resource should be added.

# workspaceUpgradeAvailable

A new update for your Modeler workspace is available.
To upgrade your Modeler workspace from <%= chalk.green(current) %> to <%= chalk.green(latest) %>, run: <%= chalk.blue(config.bin, 'modeler workspace upgrade') %>