From 3406a10cd9e005e90a60dd03f5240f4c6d308db3 Mon Sep 17 00:00:00 2001 From: Eyal Ben Moshe Date: Wed, 23 Oct 2024 07:06:37 +0300 Subject: [PATCH] =?UTF-8?q?JFrog=20CLI=20-=20Mention=20the=20removal=20of?= =?UTF-8?q?=20the=20--archive-entries=20option=20since=E2=80=A6=20(#166)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cli-for-jfrog-artifactory/generic-files.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/generic-files.md b/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/generic-files.md index 8021c9b..a4d42d8 100644 --- a/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/generic-files.md +++ b/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/generic-files.md @@ -163,7 +163,7 @@ This command is used to download files from Artifactory. | `--limit` |

[Optional]
The maximum number of items to fetch. Usually used with the 'sort-by' option.

| | `--offset` |

[Optional]
The offset from which to fetch items (i.e. how many items should be skipped). Usually used with the 'sort-by' option.

| | `--fail-no-op` |

[Default: false]
Set to true if you'd like the command to return exit code 2 in case of no files are affected.

| -| `--archive-entries` |

[Optional]
If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| +| `--archive-entries` |

[Optional]
This option is no longer supported since version 7.90.5 of Artifactory. If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| | `--detailed-summary` |

[Default: false]
Set to true to include a list of the affected files as part of the command output summary.

| | `--insecure-tls` |

[Default: false]
Set to true to skip TLS certificates verification.

| | `--gpg-key` |

[Optional]
Path to the public GPG key file located on the file system, used to validate downloaded release bundle files.

| @@ -237,7 +237,7 @@ This command is used to copy files in Artifactory | `--limit` |

[Optional]
The maximum number of items to fetch. Usually used with the 'sort-by' option.

| | `--offset` |

[Optional]
The offset from which to fetch items (i.e. how many items should be skipped). Usually used with the 'sort-by' option.

| | `--fail-no-op` |

[Default: false]
Set to true if you'd like the command to return exit code 2 in case of no files are affected.

| -| `--archive-entries` |

[Optional]
If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| +| `--archive-entries` |

[Optional]
This option is no longer supported since version 7.90.5 of Artifactory. If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| | `--insecure-tls` |

[Default: false]
Set to true to skip TLS certificates verification.

| | `--retries` |

[Default: 3]
Number for HTTP retry attempts.

| | `--retry-wait-time` |

[Default: 0s]
Number of seconds or milliseconds to wait between retries. The numeric value should either end with s for seconds or ms for milliseconds (for example: 10s or 100ms).

| @@ -309,7 +309,7 @@ This command is used to move files in Artifactory | `--limit` |

[Optional]
The maximum number of items to fetch. Usually used with the 'sort-by' option.

| | `--offset` |

[Optional]
The offset from which to fetch items (i.e. how many items should be skipped). Usually used with the 'sort-by' option.

| | `--fail-no-op` |

[Default: false]
Set to true if you'd like the command to return exit code 2 in case of no files are affected.

| -| `--archive-entries` |

[Optional]
If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| +| `--archive-entries` |

[Optional]
This option is no longer supported since version 7.90.5 of Artifactory. If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| | `--insecure-tls` |

[Default: false]
Set to true to skip TLS certificates verification.

| | `--retries` |

[Default: 3]
Number of HTTP retry attempts.

| | `--retry-wait-time` |

[Default: 0s]
Number of seconds or milliseconds to wait between retries. The numeric value should either end with s for seconds or ms for milliseconds (for example: 10s or 100ms).

| @@ -379,7 +379,7 @@ This command is used to delete files in Artifactory | `--limit` |

[Optional]
The maximum number of items to fetch. Usually used with the 'sort-by' option.

| | `--offset` |

[Optional]
The offset from which to fetch items (i.e. how many items should be skipped). Usually used with the 'sort-by' option.

| | `--fail-no-op` |

[Default: false]
Set to true if you'd like the command to return exit code 2 in case of no files are affected.

| -| `--archive-entries` |

[Optional]
If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| +| `--archive-entries` |

[Optional]
This option is no longer supported since version 7.90.5 of Artifactory. If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| | `--threads` |

[Default: 3]
Number of threads used for deleting the items.

| | `--insecure-tls` |

[Default: false]
Set to true to skip TLS certificates verification.

| | `--retries` |

[Default: 3]
Number of HTTP retry attempts.

| @@ -439,7 +439,7 @@ This command is used to search and display files in Artifactory. | `--limit` |

[Optional]
The maximum number of items to fetch. Usually used with the 'sort-by' option.

| | `--offset` |

[Optional]
The offset from which to fetch items (i.e. how many items should be skipped). Usually used with the 'sort-by' option.

| | `--fail-no-op` |

[Default: false]
Set to true if you'd like the command to return exit code 2 in case of no files are affected.

| -| `--archive-entries` |

[Optional]
If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| +| `--archive-entries` |

[Optional]
This option is no longer supported since version 7.90.5 of Artifactory. If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| | `--insecure-tls` |

[Default: false]
Set to true to skip TLS certificates verification.

| | `--retries` |

[Default: 3]
Number of HTTP retry attempts.

| | `--retry-wait-time` |

[Default: 0s]
Number of seconds or milliseconds to wait between retries. The numeric value should either end with s for seconds or ms for milliseconds (for example: 10s or 100ms).

| @@ -504,7 +504,7 @@ This command is used for setting properties on existing files in Artifactory. | `--sort-order` |

[Default: asc]
The order by which fields in the 'sort-by' option should be sorted. Accepts `asc` or `desc`.

| | `--limit` |

[Optional]
The maximum number of items to fetch. Usually used with the 'sort-by' option.

| | `--offset` |

[Optional]
The offset from which to fetch items (i.e. how many items should be skipped). Usually used with the 'sort-by' option.

| -| `--archive-entries` |

[Optional]
If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| +| `--archive-entries` |

[Optional]
This option is no longer supported since version 7.90.5 of Artifactory. If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| | `--insecure-tls` |

[Default: false]
Set to true to skip TLS certificates verification.

| | `--threads` |

[Default: 3]
Number of working threads.

| | `--retries` |

[Default: 3]
Number of HTTP retry attempts.

| @@ -583,7 +583,7 @@ This command is used for deleting properties from existing files in Artifactory. | `--sort-order` |

[Default: asc]
The order by which fields in the 'sort-by' option should be sorted. Accepts `asc` or `desc`.

| | `--limit` |

[Optional]
The maximum number of items to fetch. Usually used with the 'sort-by' option.

| | `--offset` |

[Optional]
The offset from which to fetch items (i.e. how many items should be skipped). Usually used with the 'sort-by' option.

| -| `--archive-entries` |

[Optional]
If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| +| `--archive-entries` |

[Optional]
This option is no longer supported since version 7.90.5 of Artifactory. If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.

| | `--insecure-tls` |

[Default: false]
Set to true to skip TLS certificates verification.

| | `--retries` |

[Default: 3]
Number of HTTP retry attempts.

| | `--retry-wait-time` |

[Default: 0s]
Number of seconds or milliseconds to wait between retries. The numeric value should either end with s for seconds or ms for milliseconds (for example: 10s or 100ms).

|