Skip to main content
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:

  1. Setting up: Clone the project and prepare your local environment.
  2. Installing a plug-in: Install the sample plug-in to Zowe CLI and run as-is.
  3. Extending a plug-in: Extend the sample plug-in with a new command by creating a programmatic API, definition, and handler.
  4. 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.
  5. Implementing user profiles: Implement user profiles with the plug-in.