Skip to content

Commit 5f6f9f7

Browse files
committed
Add JFrog Platform Services to summary
1 parent 0f150f9 commit 5f6f9f7

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

jfrog-applications/SUMMARY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@
4141
* [Count Contributing Developers](jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/count-contributing-developers.md)
4242
* [CLI for JFrog Distribution](jfrog-cli/cli-for-jfrog-distribution.md)
4343
* [CLI for JFrog Cloud Transfer](jfrog-cli/cli-for-jfrog-cloud-transfer.md)
44+
* [CLI for JFrog Platform Services](jfrog-cli/cli-for-jfrog-platform-services/README.md)
45+
* [Initialize a JFrog worker](jfrog-cli/cli-for-jfrog-platform-services/platform-workers-init.md)
46+
* [Test-Run a JFrog worker](jfrog-cli/cli-for-jfrog-platform-services/platform-workers-dry-run.md)
47+
* [Deploy a JFrog worker](jfrog-cli/cli-for-jfrog-platform-services/platform-workers-deploy.md)
48+
* [Add secrets to a JFrog worker](jfrog-cli/cli-for-jfrog-platform-services/platform-workers-add-secret.md)
49+
* [Undeploy a JFrog worker](jfrog-cli/cli-for-jfrog-platform-services/platform-workers-undeploy.md)
50+
* [Trigger an HTTP-Triggered worker](jfrog-cli/cli-for-jfrog-platform-services/platform-workers-execute.md)
51+
* [Retrieve the list of available events](jfrog-cli/cli-for-jfrog-platform-services/platform-workers-list-event.md)
52+
* [Retrieve the list of existing JFrog workers](jfrog-cli/cli-for-jfrog-platform-services/platform-workers-list.md)
53+
* [Retrieve a JFrog worker's execution history](jfrog-cli/cli-for-jfrog-platform-services/platform-workers-execution-history.md)
54+
* [Edit an SCHEDULE_EVENT worker schedule](jfrog-cli/cli-for-jfrog-platform-services/platform-workers-edit-schedule.md)
4455
* [CLI Command Summaries](jfrog-cli/cli-command-summaries.md)
4556
* [JFrog CLI Plugins](jfrog-cli/cli-plugins/README.md)
4657
* [JFrog CLI Plugins Developer Guide](jfrog-cli/cli-plugins/developer-guide.md)
Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
# CLI for JFrog Platform Services
22

3-
This page describes how to use JFrog CLI with JFrog Platform Services.
3+
This page is about the integration of JFrog Platform Services with JFrog CLI.
44

55
Read more about JFrog CLI [here](https://jfrog-external.fluidtopics.net/r/help/JFrog-CLI/JFrog-CLI).
66

77
**Managing JFrog Workers**
88

99
Workers is a JFrog Platform service that allows you to extend and control your execution flows. It provides a serverless execution environment. You can create workers to enhance the platform's functionality. Workers are triggered automatically by events within the JFrog Platform, giving you the flexibility to address specific use cases. For on-demand tasks, configure Http-triggered workers.
1010

11-
You can read more about JFrog Workers [here](https://jfrog.com/help/r/jfrog-platform-administration-documentation/workers).
12-
13-
14-
With the JFrog CLI for JFrog Worker it is possible to:
15-
16-
- [Initialize a JFrog worker](./platform-workers-init.md)
17-
- [Test-Run a JFrog worker](./platform-workers-dry-run.md)
18-
- [Deploy a JFrog worker](./platform-workers-deploy.md)
19-
- [Add secrets to a JFrog worker](./platform-workers-add-secret.md)
20-
- [Undeploy a JFrog worker](./platform-workers-undeploy.md)
21-
- [Trigger an HTTP-Triggered worker](./platform-workers-execute.md)
22-
- [Retrieve the list of available events](./platform-workers-list-event.md)
23-
- [Retrieve the list of existing JFrog workers](./platform-workers-list.md)
24-
- [Retrieve a JFrog worker's execution history](./platform-workers-execution-history.md)
25-
- [Edit an SCHEDULE_EVENT worker schedule](./platform-workers-edit-schedule.md)
11+
You can read more about JFrog Workers [here](https://jfrog.com/help/r/jfrog-platform-administration-documentation/workers).

0 commit comments

Comments
 (0)