Skip to content

Commit 459c608

Browse files
Removing CLI plugins API documentation from official documentation as it is now deprecated.
Adding depreciation notice. Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
1 parent 13ee065 commit 459c608

File tree

3 files changed

+7
-125
lines changed

3 files changed

+7
-125
lines changed

‎cli-plugins/manager/metadata.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const (
1010
MetadataSubcommandName = "docker-cli-plugin-metadata"
1111
)
1212

13-
// Metadata provided by the plugin. See docs/extend/cli_plugins.md for canonical information.
13+
// Metadata provided by the plugin.
1414
type Metadata struct {
1515
// SchemaVersion describes the version of this struct. Mandatory, must be "0.1.0"
1616
SchemaVersion string `json:",omitempty"`

‎docs/deprecated.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The table below provides an overview of the current status of deprecated feature
5050

5151
Status | Feature | Deprecated | Remove
5252
-----------|------------------------------------------------------------------------------------------------------------------------------------|------------|------------
53+
Deprecated | [CLI plugins support](#cli-plugins-support) | v20.03.0 | -
5354
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
5455
Removed | [`docker engine` subcommands](#docker-engine-subcommands) | v19.03.0 | v20.03.0
5556
Removed | [Top-level `docker deploy` subcommand (experimental)](#top-level-docker-deploy-subcommand-experimental) | v19.03.0 | v20.03.0
@@ -87,6 +88,11 @@ Removed | [`--api-enable-cors` flag on `dockerd`](#--api-enable-cors-flag-on-
8788
Removed | [`--run` flag on `docker commit`](#--run-flag-on-docker-commit) | v0.10.0 | v1.13.0
8889
Removed | [Three arguments form in `docker import`](#three-arguments-form-in-docker-import) | v0.6.7 | v1.12.0
8990

91+
### CLI plugins support
92+
93+
**Deprecated in Release: v20.03.0**
94+
95+
CLI Plugin API is now marked as deprecated.
9096

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

‎docs/extend/cli_plugins.md‎

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)