This command deploys a new component onto a server.
zosadmin deploy [--port=] file|dir
Specify the deployable file or a directory containing deployable files.
The deployment port of the target server (the default is 8001, set with the -M option in the create command).
Turn on verbose output during this operation.
Turn on debug output during this operation.
Display a help message for this operation.
To deploy the job file quickie.job, use the following command:
zosadmin deploy quickie.job
To deploy a job file in the /test/myjob.job directory, use the following command:
zosadmin deploy /test/myjob.job