diff --git a/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/using-file-specs.md b/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/using-file-specs.md index 5ff8e488..478840dc 100644 --- a/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/using-file-specs.md +++ b/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/using-file-specs.md @@ -19,12 +19,17 @@ The file spec schema for the copy and move commands is as follows: "excludeProps": "[Optional]", "recursive": "[Optional, Default: 'true']", "flat": "[Optional, Default: 'false']", - "exclusions": "[Optional, Applicable only when 'pattern' is specified]", + "exclusions": [ + "Optional", + "Applicable only when 'pattern' is specified" + ], "archiveEntries": "[Optional]", "build": "[Optional]", "bundle": "[Optional]", "validateSymlinks": "[Optional]", - "sortBy": "[Optional]", + "sortBy": [ + "Optional" + ], "sortOrder": "[Optional, Default: 'asc']", "limit": "[Optional], "offset": [Optional] } @@ -46,11 +51,16 @@ The file spec schema for the download command is as follows: "excludeProps": "[Optional]", "recursive": "[Optional, Default: 'true']", "flat": "[Optional, Default: 'false']", - "exclusions": "[Optional, Applicable only when 'pattern' is specified]", + "exclusions": [ + "Optional", + "Applicable only when 'pattern' is specified" + ], "archiveEntries": "[Optional]", "build": "[Optional]", "bundle": "[Optional]", - "sortBy": "[Optional]", + "sortBy": [ + "Optional" + ], "sortOrder": "[Optional, Default: 'asc']", "limit": [Optional], "offset": [Optional] } @@ -74,11 +84,16 @@ The file spec schema for the create and update release bundle v1 commands is as "excludeProps": "[Optional]", "recursive": "[Optional, Default: 'true']", "flat": "[Optional, Default: 'false']", - "exclusions": "[Optional, Applicable only when 'pattern' is specified]", + "exclusions": [ + "Optional", + "Applicable only when 'pattern' is specified" + ], "archiveEntries": "[Optional]", "build": "[Optional]", "bundle": "[Optional]", - "sortBy": "[Optional]", + "sortBy": [ + "Optional" + ], "sortOrder": "[Optional, Default: 'asc']", "limit": [Optional], "offset": [Optional] } @@ -102,7 +117,9 @@ The file spec schema for the upload command is as follows: "regexp": "[Optional, Default: 'false']", "ant": "[Optional, Default: 'false']", "archive": "[Optional, Must be: 'zip']", - "exclusions": "[Optional]" } + "exclusions": [ + "Optional" + ] } ] } ``` @@ -119,11 +136,16 @@ The file spec schema for the search and delete commands are as follows: "props": "[Optional]", "excludeProps": "[Optional]", "recursive": "[Optional, Default: 'true']", - "exclusions": "[Optional, Applicable only when 'pattern' is specified]", + "exclusions": [ + "Optional", + "Applicable only when 'pattern' is specified" + ], "archiveEntries": "[Optional]", "build": "[Optional]", "bundle": "[Optional]", - "sortBy": "[Optional]", + "sortBy": [ + "Optional" + ], "sortOrder": "[Optional, Default: 'asc']", "limit": [Optional], "offset": [Optional] }