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
BrandonJenkins14 edited this page Aug 6, 2018
·
47 revisions
Imperative CLI Framework is a command processing system that enables application developers and systems programmers to quickly build customized command line tools by allowing them to focus on adding features rather than creating infrastructure.
Within the imperative repository, we provide you with all the tools that you need to get started with building your own applications and plug-ins.
To get started, review the core features built into Imperative CLI Framework and the plugin functionality offered by the framework. You can build a standalone CLI application, or build plug-ins for existing imperative-based applications.
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