-
Notifications
You must be signed in to change notification settings - Fork 86
Quickstart
Adam Wolfe edited this page Aug 1, 2024
·
1 revision
We provide a sample plug-in that you can use to get started developing your own Zowe CLI plug-ins. See the README.md file in the Sample Plugin GitHub repository for more information on how to build the sample plug-in and install it to a CLI application:
-
Core Features
- Imperative Configuration
- Defining Commands
- Command Handlers
- Command Option Precedence
- Environment Variables
- Help Generator
- Experimental Commands
- Creating Commands Using Chained Handlers
- Configuring Logging
- Working with Team Configuration
- Defining and Programming Profiles
- Managing Secure Properties
- Deprecated User Profiles
- Consuming REST APIs Using the REST Client
- Implementing Progress Bars
- Plugins