This document contains the help content for the oci-tester
command-line program.
Command Overview:
A tool for testing OCI distribution servers
Usage: oci-tester [OPTIONS] <COMMAND>
push-images
— Pushes a generated OCI image to an OCI distribution serverpull-images
— Pulls OCI images from an OCI distribution serverpush-image-list
—
-v
,--verbose
Pushes a generated OCI image to an OCI distribution server
Usage: oci-tester push-images [OPTIONS]
-
--reg-url <REGISTRY_URL>
— The OCI distribution server urlDefault value:
http://localhost:6000
-
--reg-userpass <REGISTRY_USERPASS>
— The user+password to authenticate against the OCI distribution server in the format user:password -
-c
,--count <COUNT>
— The amount of images to pushDefault value:
1
Pulls OCI images from an OCI distribution server
Usage: oci-tester pull-images [OPTIONS]
-
--reg-url <REGISTRY_URL>
— The OCI distribution server urlDefault value:
https://index.docker.io
-
--reg-userpass <REGISTRY_USERPASS>
— The user+password to authenticate against the OCI distribution server in the format user:password -
-i
,--image <IMAGE>
— The image to pullDefault value:
alpine:latest
-
-c
,--count <COUNT>
— The amount of images to pullDefault value:
1
Usage: oci-tester push-image-list [OPTIONS]
-
--reg-url <REGISTRY_URL>
— The OCI distribution server urlDefault value:
http://localhost:6000
-
--reg-userpass <REGISTRY_USERPASS>
— The user+password to authenticate against the OCI distribution server in the format user:password -
-i
,--image <IMAGE>
— Where to push the image listDefault value:
test/this:cache
This document was generated automatically by
clap-markdown
.