Skip to content

JFrog CLI - Remove Pipelines and fix cURL #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions jfrog-applications/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
1 change: 0 additions & 1 deletion jfrog-applications/ci-and-sdks/sdks/jfrog-go-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
Original file line number Diff line number Diff line change
@@ -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://\<JFrog base URL>/artifactory/api/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
154 changes: 0 additions & 154 deletions jfrog-applications/jfrog-cli/cli-for-jfrog-pipelines.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ The **config add** and **config edit** commands are used to add and edit JFrog P
| `--interactive` | <p>[Default: true, unless $CI is true]</p><p>Set to false if you do not want the config command to be interactive.</p> |
| `--mission-control-url` | <p>[Optional]</p><p>JFrog Mission Control URL. (example: https://acme.jfrog.io/ms)</p> |
| `--password` | <p>[Optional]</p><p>JFrog Platform password.</p> |
| `--pipelines-url` | <p>[Optional]</p><p>JFrog Pipelines URL. (example: https://acme.jfrog.io/pipelines)</p> |
| `--ssh-key-path` | <p>[Optional]</p><p>For authentication with Artifactory. SSH key file path.</p> |
| `--url` | <p>[Optional]</p><p>JFrog Platform URL. (example: https://acme.jfrog.io)</p> |
| `--user` | <p>[Optional]</p><p>JFrog Platform username.</p> |
Expand Down
Loading