Skip to content

Commit 7ff04ba

Browse files
author
Timothy Harris
committed
Fix up file naming in readme again.
1 parent b75779d commit 7ff04ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

artifactoryHandler/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ unambiguous and only **one** result **should** be returned.
6565

6666
In either case, if nothing is found then the script will exit with 1.
6767

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'
6969
7070
>Looking for artifact: args4j
7171
@@ -83,7 +83,7 @@ In either case, if nothing is found then the script will exit with 1.
8383

8484
The list repos will list all **virtual**, **local** and **remote** repositories.
8585

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'
8787
8888
>Listing Repositories
8989
@@ -127,7 +127,7 @@ If an artifact which matches the domain/version/name already exists in the speci
127127

128128
#### Example: Existing artifact
129129

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'
131131
132132
>Starting upload...
133133
@@ -137,7 +137,7 @@ If an artifact which matches the domain/version/name already exists in the speci
137137
138138
#### Example: Non Existing artifact
139139

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'
141141
142142
>Starting upload...
143143
@@ -153,7 +153,7 @@ exists.
153153

154154
#### Example: Unambiguous Artifact
155155

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'
157157
158158
>Starting download...
159159

0 commit comments

Comments
 (0)