Skip to content

Commit

Permalink
Merge pull request #358 from IBM/dev
Browse files Browse the repository at this point in the history
Merge change from Dev into main
  • Loading branch information
adamcoulthard authored Feb 7, 2025
2 parents 029bf58 + f4e274a commit 1ada20e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT)

# zowe-cli-cics-deploy-plugin
# IBM CICS Bundle Deployment Plugin for Zowe CLI

This project provides a plug-in for [Zowe CLI](https://github.com/zowe/zowe-cli) to deploy applications developed on a workstation to IBM® CICS® Transaction Server for z/OS® (CICS). It aims to provide an experience similar to deploying to a cloud platform when deploying to CICS. It will also provide low-level commands for performing individual steps of the deployment process that could be used as part of a CI/CD pipeline.
This plug-in for [Zowe CLI](https://github.com/zowe/zowe-cli) allows deployment of applications developed on a workstation to IBM® CICS® Transaction Server for z/OS® (CICS). It aims to provide an experience similar to deploying to a cloud platform when deploying to CICS. It will also provide low-level commands for performing individual steps of the deployment process that could be used as part of a CI/CD pipeline.

## Installing

Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- Added by C Harris on 1st May 2019 - used for code copying buttons -->
<script src="https://cdn.jsdelivr.net/npm/clipboard@1/dist/clipboard.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js"></script>
<script src="{{ "js/jquery.navgoco.min.js" }}"></script>


Expand Down

0 comments on commit 1ada20e

Please sign in to comment.