Skip to content

Commit d9b96d6

Browse files
authored
Merge branch 'master' into dev
2 parents 02aafd5 + 01bf208 commit d9b96d6

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)