Files
docker-cli/cli/command
Sebastiaan van Stijn 99fb2c1baa Hide "builder" and "network" commands on old API versions
- The `/build/prune` endpoint was added in API v1.31
- The `/network` endpoints were added in API v1.21

This patch hides these commands on older API versions

Before this change:

```
DOCKER_API_VERSION=1.0 docker

...

Management Commands:
  builder     Manage builds
  container   Manage containers
  image       Manage images
  manifest    Manage Docker image manifests and manifest lists
  network     Manage networks
  system      Manage Docker
  trust       Manage trust on Docker images
```

After this change

```
DOCKER_API_VERSION=1.0 docker

...

Management Commands:
  container   Manage containers
  image       Manage images
  manifest    Manage Docker image manifests and manifest lists
  system      Manage Docker
  trust       Manage trust on Docker images
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-30 01:06:09 +01:00
..
2018-06-08 18:24:26 +02:00
2019-01-10 22:25:43 +01:00
2019-01-08 00:35:24 +01:00
2019-01-10 22:25:43 +01:00
2018-06-08 18:24:26 +02:00
2018-06-08 18:24:26 +02:00
2018-11-08 11:37:49 +01:00
2018-11-08 11:37:49 +01:00
2018-11-08 11:37:49 +01:00
2018-10-23 17:05:44 +02:00
2018-11-08 11:37:49 +01:00
2019-01-10 22:25:43 +01:00
2017-09-01 19:41:06 -04:00
2019-01-10 22:25:43 +01:00