Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zowe/zowe-cli-sample-scripts

Demo scripts for the Zowe CLI
https://github.com/zowe/zowe-cli-sample-scripts

zowe zowe-cli zowe-cli-sample zowe-cli-scripts

Last synced: about 2 months ago
JSON representation

Demo scripts for the Zowe CLI

Awesome Lists containing this project

README

        

# Zowe CLI: Sample Scripts

This repository contains some sample scripts that utilize various components of the Zowe CLI organized by components and use cases.

## Components

Here are some of the components that can be demoed using the scripts in this repository.

### Core CLI

1. [JENKINS: Submit a job and wait for it to complete](./Jenkins/Simple%20Pipeline/README.md)
2. [PYTHON: pyzowe - Zowe CLI Convenience Wrapper Function for Python](/python/pyzowe/README.md)
3. [Client Event Handling](./client-event-handling/README.md)

## Use Cases
The `use_cases` directory has self-contained examples of various common use cases implemented with Zowe CLI.

- [SonarQube Data Set Analysis](./use_cases/sonarqube_datasets/)
- [Continuous Integration Pipeline](./use_cases/CI_pipeline/)
- [Profile Automation](./use_cases/Profile-Automation/)