Version: v3.0.x LTS
Tutorials
Tutorials
To better understand how to extend Zowe CLI and Zowe CLI plug-ins, read through the Extend tutorials.
The following topics are covered in the tutorials:
- Setting up: Clone the project and prepare your local environment.
- Installing a plug-in: Install the sample plug-in to Zowe CLI and run as-is.
- Extending a plug-in: Extend the sample plug-in with a new command by creating a programmatic API, definition, and handler.
- Creating a new plug-in: Create a new CLI plug-in that uses Zowe CLI programmatic APIs and a diff package to compare two data sets.
- Implementing user profiles: Implement user profiles with the plug-in.