Skip to content

Commit

Permalink
Merge pull request docker#2534 from silvin-lubecki/clean-plugin-doc
Browse files Browse the repository at this point in the history
Removing CLI plugins API documentation
  • Loading branch information
thaJeztah authored May 19, 2020
2 parents 8726f7d + 459c608 commit f729837
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 125 deletions.
2 changes: 1 addition & 1 deletion cli-plugins/manager/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
MetadataSubcommandName = "docker-cli-plugin-metadata"
)

// Metadata provided by the plugin. See docs/extend/cli_plugins.md for canonical information.
// Metadata provided by the plugin.
type Metadata struct {
// SchemaVersion describes the version of this struct. Mandatory, must be "0.1.0"
SchemaVersion string `json:",omitempty"`
Expand Down
6 changes: 6 additions & 0 deletions docs/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The table below provides an overview of the current status of deprecated feature

Status | Feature | Deprecated | Remove
-----------|------------------------------------------------------------------------------------------------------------------------------------|------------|------------
Deprecated | [CLI plugins support](#cli-plugins-support) | v20.03.0 | -
Deprecated | [Pushing and pulling with image manifest v2 schema 1](#pushing-and-pulling-with-image-manifest-v2-schema-1) | v19.03.0 | v20.03.0
Removed | [`docker engine` subcommands](#docker-engine-subcommands) | v19.03.0 | v20.03.0
Removed | [Top-level `docker deploy` subcommand (experimental)](#top-level-docker-deploy-subcommand-experimental) | v19.03.0 | v20.03.0
Expand Down Expand Up @@ -87,6 +88,11 @@ Removed | [`--api-enable-cors` flag on `dockerd`](#--api-enable-cors-flag-on-
Removed | [`--run` flag on `docker commit`](#--run-flag-on-docker-commit) | v0.10.0 | v1.13.0
Removed | [Three arguments form in `docker import`](#three-arguments-form-in-docker-import) | v0.6.7 | v1.12.0

### CLI plugins support

**Deprecated in Release: v20.03.0**

CLI Plugin API is now marked as deprecated.

### Pushing and pulling with image manifest v2 schema 1

Expand Down
124 changes: 0 additions & 124 deletions docs/extend/cli_plugins.md

This file was deleted.

0 comments on commit f729837

Please sign in to comment.