@@ -65,7 +65,7 @@ unambiguous and only **one** result **should** be returned.
65
65
66
66
In either case, if nothing is found then the script will exit with 1.
67
67
68
- > groovy artifactoryHandler .groovy --action 'find' --artifact 'args4j' --web-server 'http://localhost:8081/ ' --userName 'admin' --password 'password'
68
+ > groovy ArtifactoryHandler .groovy --action 'find' --artifact 'args4j' --web-server 'http://localhost:8081/ ' --userName 'admin' --password 'password'
69
69
70
70
> Looking for artifact: args4j
71
71
@@ -83,7 +83,7 @@ In either case, if nothing is found then the script will exit with 1.
83
83
84
84
The list repos will list all ** virtual** , ** local** and ** remote** repositories.
85
85
86
- > groovy artifactoryHandler .groovy --action 'list-repos' --web-server 'http://localhost:8081/ ' --userName 'admin' --password 'password'
86
+ > groovy ArtifactoryHandler .groovy --action 'list-repos' --web-server 'http://localhost:8081/ ' --userName 'admin' --password 'password'
87
87
88
88
> Listing Repositories
89
89
@@ -127,7 +127,7 @@ If an artifact which matches the domain/version/name already exists in the speci
127
127
128
128
#### Example: Existing artifact
129
129
130
- > groovy artifactoryHandler .groovy --action 'upload' --artifact 'deploy-scripts.tar.gz' --domain '/com/dsv/ds/content/' --location '/home/timothy/Documents/DSV' --repository 'libs-content-test' --version '1.3.8' --web-server 'http://localhost:8081/ ' --userName 'admin' --password 'password'
130
+ > groovy ArtifactoryHandler .groovy --action 'upload' --artifact 'deploy-scripts.tar.gz' --domain '/com/dsv/ds/content/' --location '/home/timothy/Documents/DSV' --repository 'libs-content-test' --version '1.3.8' --web-server 'http://localhost:8081/ ' --userName 'admin' --password 'password'
131
131
132
132
> Starting upload...
133
133
@@ -137,7 +137,7 @@ If an artifact which matches the domain/version/name already exists in the speci
137
137
138
138
#### Example: Non Existing artifact
139
139
140
- > groovy artifactoryHandler .groovy --action 'upload' --artifact 'deploy-scripts.tar.gz' --domain '/com/dsv/ds/content/' --location '/home/timothy/Documents/DSV' --repository 'libs-content-test' --version '1.4.1' --web-server 'http://localhost:8081/ ' --userName 'admin' --password 'password'
140
+ > groovy ArtifactoryHandler .groovy --action 'upload' --artifact 'deploy-scripts.tar.gz' --domain '/com/dsv/ds/content/' --location '/home/timothy/Documents/DSV' --repository 'libs-content-test' --version '1.4.1' --web-server 'http://localhost:8081/ ' --userName 'admin' --password 'password'
141
141
142
142
> Starting upload...
143
143
@@ -153,7 +153,7 @@ exists.
153
153
154
154
#### Example: Unambiguous Artifact
155
155
156
- > groovy artifactoryHandler .groovy --action 'download' --artifact 'deploy-scripts.tar.gz' --domain '/com/dsv/ds/content/' --repository 'libs-content-test' --version '1.3.4' --web-server 'http://localhost:8081/ ' --userName 'admin' --password 'password'
156
+ > groovy ArtifactoryHandler .groovy --action 'download' --artifact 'deploy-scripts.tar.gz' --domain '/com/dsv/ds/content/' --repository 'libs-content-test' --version '1.3.4' --web-server 'http://localhost:8081/ ' --userName 'admin' --password 'password'
157
157
158
158
> Starting download...
159
159
0 commit comments