package plugins
import "github.com/containerd/containerd/cmd/ctr/commands/plugins"
Index ¶
Variables ¶
var Command = cli.Command{ Name: "plugins", Aliases: []string{"plugin"}, Usage: "Provides information about containerd plugins", Subcommands: []cli.Command{ listCommand, }, }
Command is a cli command that outputs plugin information
Source Files ¶
- Version
- v1.7.6
- Published
- Sep 12, 2023
- Platform
- js/wasm
- Imports
- 12 packages
- Last checked
- 1 hour ago –
Tools for package owners.