1.2.2 • Published 5 years ago

camunda-deploy v1.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

camunda-deploy

Build Status

Deploy to Camunda via command-line.

Installation

Install the command-line utility globally via:

npm install camunda-deploy -g

Alternatively, use it directly via npx:

npx camunda-deploy -n my-deployment *.bpmn

Usage

Usage

  $ camunda-deploy [options...] <resources...>

Options

  -n, --name <name>       The deployment name
  -t, --tenant-id <id>    The (optional) tenant to deploy to
  -S, --source <source>   The (optional) deployment source

  --verbose               Log verbose output
  --quite                 Log no output
  --json                  Output deployed resources as JSON

Endpoint Configuration

  The CLI will read the Camunda endpoint as well as authentication
  credentials from the following environment variables:

  CAMUNDA_URL
  CAMUNDA_AUTH_USERNAME
  CAMUNDA_AUTH_PASSWORD
  CAMUNDA_AUTH_BEARER

  To retrieve the values it will read a .env file, if found, too.

Examples

  $ camunda-deploy -n invoice -S node-worker-1 *.bpmn
  
   ○ preparing deployment (5 resources)
   ○ deploying to Camunda
   ✔ 3 artifacts deployed (2 added, 1 updated)

  $ camunda-deploy -n invoice --json *.bpmn > result.json

LICENSE

MIT

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.1

5 years ago