package cli

import "github.com/containerd/cri/cli"

Index

Variables

var Command = cli.Command{
	Name:  "cri",
	Usage: "interact with cri plugin",
	Subcommands: cli.Commands{
		loadCommand,
	},
}

Command is the cli command for cri plugin.

Source Files

cli.go

Version
v1.11.0
Published
Jun 28, 2018
Platform
js/wasm
Imports
7 packages
Last checked
4 hours ago

Tools for package owners.