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
These positional values can then be passed through agent parameter mappings inside the workflow.
219
223
224
+
### Optional generated runner scripts
225
+
226
+
Nexus also exports helper launchers next to the generated workflow artifacts:
227
+
228
+
-`run-<workflow-name>.sh` for Bash-compatible shells
229
+
-`run-<workflow-name>.bat` for Windows Command Prompt
230
+
231
+
Run them from your repository root so the selected target CLI can receive the current project directory automatically.
232
+
233
+
Examples:
234
+
235
+
```bash
236
+
bash run-my-workflow.sh
237
+
bash run-my-workflow.sh customer-123
238
+
```
239
+
240
+
```bat
241
+
run-my-workflow.bat
242
+
run-my-workflow.bat customer-123
243
+
```
244
+
220
245
## Marketplace
221
246
222
247
Nexus can pull reusable agents, skills, and prompts from Git-hosted marketplace repositories. Marketplace items appear as read-only entries in the library panel.
0 commit comments