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
Quickstart
Bauman, James A edited this page Feb 23, 2018
·
14 revisions
We provide a sample CLI application that you can use to get started developing your own CLI application. See the README.md file in the Sample CLI GitHub repository for more information:
We also provide a sample plug-in that you can use to get started developong your own CLI plug-ins. See the README.md file in the Sample Plugin GitHub repository for more information on how to build the sample plug-in and install it to a CLI application:
- 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