Files
docker-docs/engine/reference/commandline
Sebastiaan van Stijn 8b53965237 Commandline reference: add note to "enterprise only" subcommands (#10008)
* Update CLI template for "enterprise-only" commands/plugins

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* reference: mark "assemble" subcommands as enterprise-only

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* reference: mark "cluster" subcommands as enterprise-only

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* reference: mark "registry" subcommands as enterprise-only

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* reference: mark "template" subcommands as enterprise-only

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-12-11 15:48:32 +00:00
..
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-17 10:22:33 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00
2019-10-14 13:50:42 -07:00

About these files

The files in this directory are stub files which include the file /_includes/cli.md, which parses YAML files generated from the docker/cli repository. The YAML files are parsed into output files like /engine/reference/commandline/build/.

How the output is generated

The output files are composed from two sources:

  • The Description and Usage sections comes directly from the CLI source code in that repository.

  • The Extended Description and Examples sections are pulled into the YAML from the files in https://github.com/docker/cli/tree/master/docs/reference/commandline Specifically, the Markdown inside the ## Description and ## Examples headings are parsed. Submit corrections to the text in that repository.

Updating the YAML files

The process for generating the YAML files is still in flux. Check with @thaJeztah. Be sure to generate the YAML files with the correct branch of docker/docker checked out (probably not master).

After generating the YAML files, replace the YAML files in https://github.com/docker/docker.github.io/tree/master/_data/engine-cli with the newly-generated files. Submit a pull request.