Skip to content

zosconnect/zowe-cli-zosconnect-plugin

Repository files navigation

z/OS Connect EE Plug-in for Zowe CLI

Build Status NPM Version

This plugin extends the Zowe CLI to allow the management of z/OS Connect EE APIs, Services and API Requesters.

The Zowe CLI needs to be installed.

Installing

zowe plugins install @zosconnect/zosconnect-zowe-cli@zowe-v1-lts

Create a profile

  • Run the command zowe profiles create zosconnect -a <server address> [-u <user id> -p <password> --ru]

Note: If you are using a self-signed certificate then --ru needs to be set to false.

Working with APIs

List the installed APIs

zowe zosconnect api list

Get information about an API

zowe zosconnect api info <API name>

Install a new API

zowe zosconnect api install <AAR file>

Update an API

zowe zosconnect api update <API name> <AAR file>

Delete an API

zowe zosconnect api delete <API name> [-f]

If you specify -f option then the CLI will stop the API before deleting it.

Start an API