diff --git a/jfrog-applications/SUMMARY.md b/jfrog-applications/SUMMARY.md index 9687b95..b82cd3a 100644 --- a/jfrog-applications/SUMMARY.md +++ b/jfrog-applications/SUMMARY.md @@ -23,7 +23,7 @@ * [Build Integration](jfrog-cli/cli-for-jfrog-artifactory/build-integration.md) * [Package Managers Integration](jfrog-cli/cli-for-jfrog-artifactory/package-managers-integration.md) * [Storing Symlinks in Artifactory](jfrog-cli/cli-for-jfrog-artifactory/storing-symlinks.md) - * [cUrl Integration](jfrog-cli/cli-for-jfrog-artifactory/curl-integration.md) + * [cURL Integration](jfrog-cli/cli-for-jfrog-artifactory/curl-integration.md) * [Managing Configuration Entities](jfrog-cli/cli-for-jfrog-artifactory/managing-configuration-entities.md) * [Release Lifecycle Management](jfrog-cli/cli-for-jfrog-artifactory/release-lifecycle-management.md) * [Transferring Files Between Artifactory Servers](jfrog-cli/cli-for-jfrog-artifactory/transferring-files-between-artifactory-servers.md) @@ -39,7 +39,6 @@ * [Count Contributing Developers](jfrog-applications/jfrog-cli/cli-for-jfrog-security/count-contributing-developers.md) * [CLI for JFrog Curation](jfrog-cli/cli-for-jfrog-curation.md) * [CLI for JFrog Distribution](jfrog-cli/cli-for-jfrog-distribution.md) - * [CLI for JFrog Pipelines](jfrog-cli/cli-for-jfrog-pipelines.md) * [CLI for JFrog Cloud Transfer](jfrog-cli/cli-for-jfrog-cloud-transfer.md) * [CLI Command Summaries](jfrog-cli/cli-command-summaries.md) * [JFrog CLI Plugins](jfrog-cli/cli-plugins/README.md) diff --git a/jfrog-applications/ci-and-sdks/sdks/jfrog-go-client.md b/jfrog-applications/ci-and-sdks/sdks/jfrog-go-client.md index de6a23e..9cb5afc 100644 --- a/jfrog-applications/ci-and-sdks/sdks/jfrog-go-client.md +++ b/jfrog-applications/ci-and-sdks/sdks/jfrog-go-client.md @@ -41,7 +41,6 @@ go test -v github.com/jfrog/jfrog-client-go/tests -timeout 0 -run TestGetArtifac | `-test.artifactory` | Artifactory tests | Artifactory Pro | | `-test.distribution` | Distribution tests | Artifactory with Distribution | | `-test.xray` | Xray tests | Artifactory with Xray | -| `-test.pipelines` | Pipelines tests | JFrog Pipelines | | `-test.access` | Access tests | Artifactory Pro | | `-test.repositories` | Access tests | Artifactory Pro | diff --git a/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/curl-integration.md b/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/curl-integration.md index f255c59..d9a6e80 100644 --- a/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/curl-integration.md +++ b/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/curl-integration.md @@ -1,7 +1,7 @@ -# cUrl Integration +# cURL Integration ## Overview -Execute a cUrl command, using the configured Artifactory details. The command expects the cUrl client to be included in the PATH. +Execute a cURL command, using the configured Artifactory details. The command expects the cUrl client to be included in the PATH. > **Note** - This command supports only Artifactory REST APIs, which are accessible under https://\/artifactory/api/ diff --git a/jfrog-applications/jfrog-cli/cli-for-jfrog-cloud-transfer.md b/jfrog-applications/jfrog-cli/cli-for-jfrog-cloud-transfer.md index c4028a6..0f3ef81 100644 --- a/jfrog-applications/jfrog-cli/cli-for-jfrog-cloud-transfer.md +++ b/jfrog-applications/jfrog-cli/cli-for-jfrog-cloud-transfer.md @@ -8,7 +8,7 @@ JFrog provides you the ability to migrate from a self-hosted JFrog Platform inst JFrog Cloud provides the same cutting-edge functionalities of a self-hosted JFrog Platform Deployment (JPD), without the overhead of managing the databases and systems. If you are an existing JFrog self-hosted customer, you might want to move to JFrog Cloud to ease operations. JFrog provides a solution that allows you to replicate your self-hosted JPD to a JFrog Cloud JPD painlessly. -The Artifactory Transfer solution currently transfers the config and data of JFrog Artifactory only. Other products such as JFrog Xray, Distribution, and JFrog Pipelines are currently not supported by this solution. +The Artifactory Transfer solution currently transfers the config and data of JFrog Artifactory only. Other products such as JFrog Xray, and Distribution are currently not supported by this solution. In this page, we refer to the source self-hosted instance as the source instance, and the target JFrog Cloud instance as the target instance. diff --git a/jfrog-applications/jfrog-cli/cli-for-jfrog-pipelines.md b/jfrog-applications/jfrog-cli/cli-for-jfrog-pipelines.md deleted file mode 100644 index 243770f..0000000 --- a/jfrog-applications/jfrog-cli/cli-for-jfrog-pipelines.md +++ /dev/null @@ -1,154 +0,0 @@ -# CLI for JFrog Pipelines - -### Overview - -This page describes how to use JFrog CLI with JFrog Pipelines. - -Read more about JFrog CLI [here](https://jfrog-external.fluidtopics.net/r/help/JFrog-CLI/JFrog-CLI). - -### Syntax - -``` -$ jf pl command-name arguments command-options -``` - -Where: - -| | | -|-----------------|-------------------------------------------------------------------------------------------------| -| command-name | The command to execute. Note that you can use either the full command name or its abbreviation. | -| command-options | A set of options corresponding to the command | -| arguments | A set of arguments corresponding to the command | - -*** - -### Commands - -The following sections describe the commands available in the JFrog CLI for use with JFrog Pipelines. - -#### Checking Pipelines Version - -##### Commands Params - -| | | -|------------------------|------------------------------------------------------------------------------------------------------------------------------------------------| -| Command name | pl version | -| Abbreviation | v | -| **Command arguments:** | The command accepts no arguments. | -| **Command options:** | | -| `--server-id` |

[Optional]
Specify Pipelines server for which the version is to be fetched. If not specified, the default configured server is used.

| - -##### Example - -Check the version of Pipelines installation. -``` -jf pl version --server-id repo21 -``` - -#### Getting Run Status - -Get the status of the run for the specified pipeline - -##### Commands Params - -| | | -|------------------------|----------------------------------------------------------------------------------------------------------------------------| -| Command name | pl status | -| Abbreviation | s | -| **Command arguments:** | The command accepts no arguments. | -| | | -| **Command options:** | | -| `--pipeline-name` |

[Optional]
Name of the pipeline.

| -| `--branch` |

[Optional]
Name of the multi branch.

| -| `--monitor` |

[Optional]
Continuous monitoring until pipeline reaches end state.

Default time is 1 hour and 30 minutes.

| -| `--server-id` |

[Optional]
Name of the server.

| -| `--single-branch` |

[Optional]
To be used when using a single branch.

| - - -##### Example 1 - -Get the status of the run for the specified pipeline in case of Single Branch. -``` -jf pl status --pipeline-name myPipeline --single-branch --server-id repo21 --monitor --single-branch -``` - -##### Example 2 - -Get the status of the run for the specified pipeline in case of Multi Branch. -``` -jf pl status --pipeline-name myPipeline --branch main/jobs --server-id repo21 --monitor -``` - -#### Triggering a Pipeline - -Trigger a pipeline run. - -##### Commands Params - -| | | -|------------------------|----------------------------------------------------------------------------------------------------------------------| -| Command name | pl trigger | -| Abbreviation | t | -| **Command options:** | | -| `--server-id` |

[Optional]
Name of the server.

| -| `--single-branch` |

[Optional]
To be used when using a single branch. When used, branch_name argument is ignored.

| -| **Command arguments:** | | -| pipeline\_name | Name of the pipeline to be triggered. | -| branch\_name | Name of the multi branch. | - - -##### Example 1 - -Trigger a pipeline run in case of Single Branch. -``` -jf pl trigger myPipeline main/jobs --single-branch --server-id repo21 -``` - -##### Example 2 - -Trigger a pipeline run in case of Multi Branch. -``` -jf pl trigger myPipeline main/jobs --server-id repo21 -``` - - -#### Syncing Pipeline Source - -##### Commands Params - -| | | -|----------------------|---------------------------------------------------------------------------------------| -| Command name | pl sync | -| Abbreviation | sy | -| **Command options:** | | -| `--server-id` |

[Optional]
Name of the server.

| -| `--repository` |

[Optional]
Full name of the repository where the pipeline source is stored.

| -| `--branch` |

[Optional]
Name of branch that has the pipeline source.

| - -##### Example - -Perform a sync to load the latest pipeline source. -``` -jf pl sync --repository jfrog/artifactory --branch main/jobs --server-id repo21 -``` - -#### Sync Status of Pipeline Source - -##### Commands Params - -| | | -|------------------------|------------------------------------------------------------------| -| Command name | pl sync-status | -| Abbreviation | ss | -| **Command options:** | | -| `--server-id` |

[Optional]
Name of the server.

| -| **Command arguments:** | | -| full\_repo\_name | Full name of the repository where the pipeline source is stored. | -| branch\_name | Name of the branch. | - -##### Example - -Get the current status of the pipeline source sync. -``` -jf pl sync-status jfrog/artifactory main/jobs --server-id repo21 -``` diff --git a/jfrog-applications/jfrog-cli/get-started/configurations/jfrog-platform-configuration.md b/jfrog-applications/jfrog-cli/get-started/configurations/jfrog-platform-configuration.md index 7726c21..2ea049f 100644 --- a/jfrog-applications/jfrog-cli/get-started/configurations/jfrog-platform-configuration.md +++ b/jfrog-applications/jfrog-cli/get-started/configurations/jfrog-platform-configuration.md @@ -69,7 +69,6 @@ The **config add** and **config edit** commands are used to add and edit JFrog P | `--interactive` |

[Default: true, unless $CI is true]

Set to false if you do not want the config command to be interactive.

| | `--mission-control-url` |

[Optional]

JFrog Mission Control URL. (example: https://acme.jfrog.io/ms)

| | `--password` |

[Optional]

JFrog Platform password.

| -| `--pipelines-url` |

[Optional]

JFrog Pipelines URL. (example: https://acme.jfrog.io/pipelines)

| | `--ssh-key-path` |

[Optional]

For authentication with Artifactory. SSH key file path.

| | `--url` |

[Optional]

JFrog Platform URL. (example: https://acme.jfrog.io)

| | `--user` |

[Optional]

JFrog Platform username.

|