You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3
3
4
4
## 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.
6
6
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).
9
8
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