Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

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:

  • Enable: Learn how to switch the plug-in feature on/off when you develop a CLI application.
  • Manage: Learn how to install, uninstall, and manage plug-ins for a CLI application.
  • Develop: Learn how to develop plug-ins for use with a CLI application.