github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/plugin.md (about)

     1  # plugin
     2  
     3  <!---MARKER_GEN_START-->
     4  Manage plugins
     5  
     6  ### Subcommands
     7  
     8  | Name                           | Description                                                                                                           |
     9  |:-------------------------------|:----------------------------------------------------------------------------------------------------------------------|
    10  | [`create`](plugin_create.md)   | Create a plugin from a rootfs and configuration. Plugin data directory must contain config.json and rootfs directory. |
    11  | [`disable`](plugin_disable.md) | Disable a plugin                                                                                                      |
    12  | [`enable`](plugin_enable.md)   | Enable a plugin                                                                                                       |
    13  | [`inspect`](plugin_inspect.md) | Display detailed information on one or more plugins                                                                   |
    14  | [`install`](plugin_install.md) | Install a plugin                                                                                                      |
    15  | [`ls`](plugin_ls.md)           | List plugins                                                                                                          |
    16  | [`push`](plugin_push.md)       | Push a plugin to a registry                                                                                           |
    17  | [`rm`](plugin_rm.md)           | Remove one or more plugins                                                                                            |
    18  | [`set`](plugin_set.md)         | Change settings for a plugin                                                                                          |
    19  | [`upgrade`](plugin_upgrade.md) | Upgrade an existing plugin                                                                                            |
    20  
    21  
    22  
    23  <!---MARKER_GEN_END-->
    24  
    25  ## Description
    26  
    27  Manage plugins.