Help
Displays help for the specified command.
Syntax
apic help command_name
Example: Viewing help for the deploy command.
apic help deploy
Outcome. This lists the help for the deploy command as follows:
Usage: apic deploy [options] [projects]
deploy the projects or the specified archive to API Gateway
Options:
-l, --localDir <localDir> path of the local directory of the specified project asset. For example, C:\local_dir
-a, --all deploys all projects existing in the local directory
-n, --names <names> deploys the specified api asset kind. For example, dev:paymentAPI:1.0
-ar, --archive <archive> deploys the specified archive. For example, C:\dir\build.zip
-t, --target <target> endpoint of the API Gateway instance to which the asset has to be deployed
-u, --username <username> username of the API Gateway instance to which the asset has to be deployed
-pwd, --password <password> password of the API Gateway instance to which the asset has to be deployed
-ow, --overwrite overwrites the existing assets on the instance where the specified asset is being
deployed
-d, --debug enable debug mode
-h, --help display help for command