The Linux Foundation Projects
Skip to main content
Blog | Zowe

6 Ways to Share Zowe CLI Scripts with Friends

By | March 29, 2023

Written by Dan Kelosky, Member of the Zowe Technical Community and R&D Engineer Software at Broadcom

#1 Blog your code snippets

Example blog intro image

#2 Create a repo

Example repo for others to copy and customize

#3 Creating a wrapper CLI

Custom CLI `api-dev` that invokes Zowe CLI behind the scenes

#4 Create a Zowe CLI plugin

Sample Zowe CLI plugin that can be tailored for other purposes

#5 Host parameterized scripts in Jenkins (or other) pipeline

Pipeline invoked by multiple users to deploy REXX code

#6 Creating a server

Web app that invokes Zowe SDK methos and is called from cURL or a UI

Summary

Learn more: