-
Notifications
You must be signed in to change notification settings - Fork 86
Core Features
Adam Wolfe edited this page Aug 1, 2024
·
1 revision
The Imperative framework contains a substantial set of core features to enable rapid development of CLI's. Use this wiki as a reference for detailed information on Imperative features.
You can checkout zowe-cli for an example of what can be achieved with the Imperative CLI framework.
-
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