steampipe_plugin_show
Retrieve detailed information about a specific Steampipe plugin, including version, memory limits, and configuration settings for better plugin management.
Instructions
Get details for a specific Steampipe plugin installation, including version, memory limits, and configuration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Name of the plugin to show details for |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"name": {
"description": "Name of the plugin to show details for",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}