IBM / zowe-cli-cics-deploy-plugin

Provides the cics-deploy plug-in for Zowe CLI https://github.com/zowe/zowe-cli to deploy Node.js and other applications from a workstation to IBM CICS Transaction Server within a CICS bundle. Documentation is available at https://ibm.github.io/zowe-cli-cics-deploy-plugin/
Eclipse Public License 2.0
13 stars 12 forks source link

Identify required options in command line help #321

Closed markcocker closed 5 years ago

markcocker commented 5 years ago

From the command line help, it is not fully explicit which options are required for each command. For example, --target-directory is required for push but in the doc there are no required options for push.

From what I can tell, the Zowe CLI convention is to have required arguments as positional, and optional arguments as -- options, except for overrides to profile arguments (these are required if not specified in the profile). The cics-deploy plugin does not have positional arguments.

We could: