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
BrandonJenkins14 edited this page Aug 6, 2018
·
14 revisions
Any application that you build using Imperative CLI Framework must include @types/yargs
as a devDependency
in the package.json file. The suggested version to use is 8.0.2
.
{
"devDependencies": {
"@types/yargs": "8.0.2"
}
}
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