Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Demo scripts for the Zowe CLI
- Host: GitHub
- URL: https://github.com/zowe/zowe-cli-sample-scripts
- Owner: zowe
- License: other
- Created: 2018-11-16T16:02:23.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T20:20:13.000Z (7 months ago)
- Last Synced: 2024-05-21T21:32:00.667Z (7 months ago)
- Topics: zowe, zowe-cli, zowe-cli-sample, zowe-cli-scripts
- Language: JavaScript
- Size: 844 KB
- Stars: 18
- Watchers: 10
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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/)