Setting Multiple Properties

ARTIFACTORY: How To Set Properties for Docker Images

AuthorFullName__c
Sam Rosenstein
articleNumber
000005443
ft:sourceType
Salesforce
FirstPublishedDate
2022-10-25T09:18:25Z
lastModifiedDate
2024-03-10T07:44:55Z
VersionNumber
3
In order to set multiple properties, the values should be delimited by a comma. For example, if we want to set two different properties for the aforementioned image
a=1
and
b=2
the command will be as follows:
 $ jf rt sp  --include-dirs "docker-local/nginx/1.21.1" "a=1,b=2"