You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Details
Add new sub command `deploy process` to deploy process models, either
specified by the user
via `--processModelPath` or if not given it will deploy multiple
versions of default models (BPMN and DMN).
The user is able to specify the count of versions which should be
deployed for each.
This allows experimenting with deployment distribution.
Replacement of:
- deploy-different-versions.sh
- deploy-model.sh
- deploy-specific-model.sh
closes#226closes#160
### Example Usage:
```
$ ./zbchaos deploy process --verbose
Connecting to zell-chaos
Successfully created port forwarding tunnel
Deploy 10 versions of different type of models.
Deployed [2/10] versions.
Deployed [4/10] versions.
Deployed [6/10] versions.
Deployed [8/10] versions.
Deployed [10/10] versions.
Deployed different process models of different types and versions to zeebe!
```


related to #139
To replace scripts:
The text was updated successfully, but these errors were encountered: