This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Home
JamesBauman edited this page Mar 18, 2019
·
47 revisions
Imperative CLI Framework is a command definition and processing framework that enables developers to quickly build customized command line tools. Imperative lets you focus on adding commands and features, rather than creating infrastructure.
You can checkout zowe-cli for an example of what can be achieved with the Imperative CLI framework.
Review the Core Features to understand the functionality provided by the framework.
If you want to contribute code to Imperative CLI Framework, see our contribution guidelines posted here.
- Home
-
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