Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
steveclay authored Jun 7, 2023
2 parents 02aafd5 + 01bf208 commit d9b96d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/plugin_developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ IBM Cloud CLI SDK provides a set of APIs to register and manage plug-ins. It als
- _Version_: The version of plug-in.
- _MinCliVersion_: The minimal version of IBM Cloud CLI required by the plug-in.
- _PrivateEndpointSupported_: Indicates if the plug-in is designed to also be used over the private network.
- _IsCobraPlugin_: Indicates if the plug-in is built using the Cobra framework
- _IsCobraPlugin_: Indicates if the plug-in is built using the Cobra framework.
- It is **strongly** recommended that you use this framework to build your plug-in.
- _Commands_: The array of `plugin.Commands` to register the plug-in commands.
- _Alias_: Alias of the Alias usually is a short name of the command.
- _Command.Flags_: The command flags (options) which will be displayed as a part of help output of the command.
Expand Down

0 comments on commit d9b96d6

Please sign in to comment.