File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,8 @@ IBM Cloud CLI SDK provides a set of APIs to register and manage plug-ins. It als
80
80
- _Version_: The version of plug-in.
81
81
- _MinCliVersion_: The minimal version of IBM Cloud CLI required by the plug-in.
82
82
- _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.
84
85
- _Commands_: The array of ` plugin.Commands` to register the plug-in commands.
85
86
- _Alias_: Alias of the Alias usually is a short name of the command.
86
87
- _Command.Flags_ : The command flags (options) which will be displayed as a part of help output of the command.
You can’t perform that action at this time.
0 commit comments