Skip to content

Commit 01bf208

Browse files
lmoscasteveclay
andauthored
Add recommendation to use Cobra (#368)
* Add recommendation to use Cobra * dummy commit --------- Co-authored-by: steveclay <[email protected]>
1 parent 3802224 commit 01bf208

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/plugin_developer_guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ IBM Cloud CLI SDK provides a set of APIs to register and manage plug-ins. It als
8080
- _Version_: The version of plug-in.
8181
- _MinCliVersion_: The minimal version of IBM Cloud CLI required by the plug-in.
8282
- _PrivateEndpointSupported_: Indicates if the plug-in is designed to also be used over the private network.
83-
- _IsCobraPlugin_: Indicates if the plug-in is built using the Cobra framework
83+
- _IsCobraPlugin_: Indicates if the plug-in is built using the Cobra framework.
84+
- It is **strongly** recommended that you use this framework to build your plug-in.
8485
- _Commands_: The array of `plugin.Commands` to register the plug-in commands.
8586
- _Alias_: Alias of the Alias usually is a short name of the command.
8687
- _Command.Flags_: The command flags (options) which will be displayed as a part of help output of the command.

0 commit comments

Comments
 (0)