Skip to content

Commit d9e9888

Browse files
Balasubramanyamkosurigitbook-bot
authored andcommitted
GITBOOK-276: No subject
1 parent 9f0ed94 commit d9e9888

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/test-run-jfrog-worker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
### Overview
44

5-
Test-run a worker. The worker needs to be initialized before running this command. The command will execute the worker with its local content, so it can be used to test the worker execution before pushing the local changes to the server.
5+
Use this command to test-run a Worker. You must initialize the Worker before running this command. The command executes the Worker with its local content, so you can use it to test the Worker's execution before pushing local changes to the server.
66

77
| | |
88
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
9-
| **Command name** | worker test-run |
9+
| **Command name** | `worker test-run` |
1010
| **Abbreviation** | worker dry-run, worker dr, worker tr |
1111
| **Command options:** | |
1212
| `--server-id` | \[Optional] Server ID configured using the config command. |
@@ -15,9 +15,9 @@ Test-run a worker. The worker needs to be initialized before running this comman
1515
| **Command arguments:** | |
1616
| json-payload | The json payload expected by the worker. Use `-` to read the payload from standard input. Use `@<file-path>` to read from a file located at . |
1717

18-
### Example
18+
#### Example
1919

20-
Test-run a worker initialized in the current directory, with a payload located in a file named `payload.json` from the same directory.
20+
This example test-runs a Worker that has been initialized in the current directory, using a payload from a file named `payload.json` in the same directory.
2121

2222
```
2323
jf worker dry-run @payload.json

0 commit comments

Comments
 (0)