1
0
mirror of https://github.com/docker/cli.git synced 2025-08-29 00:47:54 +03:00

Add support for running a CLI plugin

Also includes the  scaffolding for finding a validating plugin candidates.

Argument validation is moved to RunE to support this, so `noArgs` is removed.

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell
2018-12-11 14:03:47 +00:00
parent e96240427f
commit f1f31abbe5
10 changed files with 380 additions and 11 deletions

View File

@@ -33,6 +33,6 @@ func main() {
manager.Metadata{
SchemaVersion: "0.1.0",
Vendor: "Docker Inc.",
Version: "0.1.0",
Version: "testing",
})
}