-
Notifications
You must be signed in to change notification settings - Fork 27
Core Features
The Imperative CLI Framework capabilities are described in the following topics:
Imperative CLI Framework features a standardized command definition structure and a standardized approach to defining and implementing handlers. The framework also uses standardized command responses, such as messages and JSON response formats. Imperative CLI Framework contains an advanced mechanism for validating syntax. The framework supports the capability to programmatically process compound command handler statements. Imperative CLI Framework contains helper utilities.
More information:
- Working with command handler responses
- Command definition and processing
- Generating command responses in JSON format
The framework lets you generate help content automatically.
More information:
Imperative CLI Framework lets you create user profiles during the configuration process. This capability includes a profile validation infrastructure. Also, the framework features a secure credential store, which helps you manage user profiles.
More information:
Imperative CLI framework contains a flexible extension framework that lets you add custom plug-ins to applications that are build on Imperative CLI framework, such as Zowe CLI.
More information:
Imperative CLI Framework contains the following utilities that let you perform the following tasks:
- Implement progress bars in your CLI.
- Logging and error handling capabilities.
- Generate tables and Pretty JSON files.
- Designate command Groups and commands as Experimental.
More information:
- 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