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
Plugins
bauja03 edited this page Feb 16, 2018
·
25 revisions
Imperative CLI Framework provides the capability to add plug-ins to CLI applications. Plug-ins add functionality in the form of new command groups, commands, actions, objects, and options.
Review the following topics depending on the task you want to perform:
- 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