Skip to content

Commit 65366a8

Browse files
authored
Merge branch 'master' into branch1
2 parents 96ce541 + 0fc0a3e commit 65366a8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# zowe-cli-cics-deploy-plugin
2-
This project aims to create a plugin 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), Initially it will support deploying Node.js applications. 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.
2+
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.
33

44
## Status
5-
It is currently a work in progress at a fairly early stage. If you would like to try it out, you need to build the plugin from source as described in [setup](docs/tutorials/Setup.md).
5+
The project was started in February 2019 and is at an early stage of development. It will initially focus on generating and deploying CICS bundles containing Node.js applications.
66

7-
## Contributing
8-
Contributions are welcome, see our [contribution guidelines](CONTRIBUTING.md).
7+
To try it out, build the plug-in from source as described in [setup](docs/tutorials/Setup.md).
98

9+
## Contributing
10+
Contributions are welcome - see the [contribution guidelines](CONTRIBUTING.md). If you have a question or encounter a problem please raise an issue in this repo.

0 commit comments

Comments
 (0)