
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@5minds/processcube_cli
Advanced tools
ProcessEngine spezifisches Tooling, welches im Rahmen von Deployment- und Debugging-Prozessen verwendet wird.
Automatisierung.
| Platform | Architecture | Download |
|---|---|---|
| Linux | x64 | pc-linux-x64 |
| macOS | Intel (x64) | pc-macos-x64 |
| macOS | Apple Silicon | pc-macos-arm64 |
| Windows | x64 | pc-win-x64.exe |
Linux/macOS:
# Download and install
curl -L -o pc https://github.com/5minds/ProcessCube.CLI/releases/latest/download/pc-linux-x64
chmod +x pc
sudo mv pc /usr/local/bin/
pc --help
Windows:
# Download and run
Invoke-WebRequest -Uri "https://github.com/5minds/ProcessCube.CLI/releases/latest/download/pc-win-x64.exe" -OutFile "pc.exe"
.\pc.exe --help
pc --helpBlendet eine Hilfe ein.
$ pc --help
pc [command]
COMMANDS
pc session-status Show status of the current session [aliases: st]
pc login [engine_url] Log in to the given engine
pc logout Log out from the current session
pc deploy-files [filenames...] Deploy BPMN files to the engine [aliases: deploy]
pc remove [process_model_ids...] Remove deployed process models from the engine
pc start-process-model <process_model_id> <start_event_id> Start an instance of a deployed process model [aliases: start]
pc stop-process-instance [process_instance_ids...] Stop instances with the given process instance IDs [aliases: stop]
pc show-process-instance [process_instance_ids...] Show detailed information about individual process instances or correlations [aliases: show]
pc retry [process_instance_ids...] Restart failed process instances with the given process instance IDs
pc list-process-models List, sort and filter process models by ID [aliases: lsp]
pc list-process-instances List, sort and filter process instances by date, state, process model and/or correlation [aliases: lsi]
pc list-correlations list correlations [aliases: lsc]
GENERAL OPTIONS
--help, -h Show help [boolean] [default: false]
--version Show version number [boolean]
--output, -o Set output [string] [default: "text"]
pc loginLoggt den Benutzer auf der Engine unter der angegebenen URI ein. Resultiert in einer aktiven Session. Eine Session speichert den erhaltenen Access-Token, so dass Folge-Befehle diese Identität verwenden können.
$ pc login <ENGINE_URI> [options]
Weitere Beispiele und Informationen können mit pc login --help abgerufen werden.
pc logoutLoggt den Benutzer aus. Löscht die Session.
$ pc logout
pc session-statusAlias:
pc st
Zeigt Informationen über die aktuell verbundene Engine und die Session an.
$ pc session-status [options]
Weitere Beispiele und Informationen können mit pc session-status --help abgerufen werden.
pc deploy-filesAlias:
pc deploy
Transportiert ein Prozessmodell auf die Engine, so dass es gestartet werden kann.
$ pc deploy-files <FILE_PATTERN> [FILE_PATTERN2…] [options]
Weitere Beispiele und Informationen können mit pc deploy-files --help abgerufen werden.
pc remove-process-modelsAlias:
pc remove
Entfernt ein Prozessmodell von der Engine, so dass es nicht mehr gestartet werden kann.
$ pc remove <PROCESS_MODEL_ID> [PROCESS_MODEL_ID2...] [options]
Weitere Beispiele und Informationen können mit pc remove-process-models --help abgerufen werden.
pc start-process-modelAlias:
pc start
Startet eine Prozess-Instanz anhand der angegebenen Prozessmodell-Id und StartEvent-Id.
$ pc start <PROCESS_MODEL_ID> <START_EVENT_ID> [options]
Weitere Beispiele und Informationen können mit pc start-process-model --help abgerufen werden.
pc stop-process-instanceAlias:
pc stop
Stoppt die Prozess-Instanz mit der angegebenen Prozess-Instanz-Id.
$ pc stop <PROCESS_INSTANCE_ID> [PROCESS_INSTANCE_ID2...] [options]
Weitere Beispiele und Informationen können mit pc stop-process-instance --help abgerufen werden.
pc list-process-modelsAlias:
pc lsp
Listet die deployten Prozes-Modelle (neuste zuerst).
$ pc list-process-models [options]
Weitere Beispiele und Informationen können mit pc list-process-models --help abgerufen werden.
pc list-process-instancesAlias:
pc lsi
Listet Prozess-Instanzen (zuletzt gestartete zuerst).
$ pc list-process-instances [options]
Weitere Beispiele und Informationen können mit pc list-process-instances --help abgerufen werden.
pc show-process-instanceAlias:
pc show
Zeigt eine oder mehrere Prozess-Instanzen an.
$ pc show-process-instance <ID> [<ID2>...] [options]
Grundsätzlich ist ID eine Prozess-Instanz-Id.
$ pc show-process-instance e53e7b37-5fd2-4b1b-9b5f-c249de39bfa4
Wenn --correlation gegeben ist, wird die übergebene ID als Correlation-Id interpretiert und es werden die zugehörigen Prozess-Instanzen angezeigt.
$ pc show-process-instance --correlation 43f3f138-f56c-4be4-ac95-9c9444c4b13c
Weitere Beispiele und Informationen können mit pc show-process-instance --help abgerufen werden.
Das Standard-Ausgabeformat der Ausgabe ist JSON und kann von einem Kommando zu einem anderen "gepiped" werden:
$ pc list-process-models --filter-by-id=Maintenance. | pc list-correlations --filter-by-state=error | pc retry
FAQs
Command Line Utilities for 5Minds ProcessCube
We found that @5minds/processcube_cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 21 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.