Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure CLI Commands #26025

Merged
merged 3 commits into from
Sep 19, 2016
Merged

Commits on Sep 19, 2016

  1. Move canonical image and container commands into a command group

    Hide some top level commands
    Add docker container and image inspect commands.
    
    Signed-off-by: Daniel Nephin <dnephin@docker.com>
    dnephin committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    b993609 View commit details
    Browse the repository at this point in the history
  2. Move the search command to the registry package.

    And move it back to the top-level command.
    
    Signed-off-by: Daniel Nephin <dnephin@docker.com>
    dnephin committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    dda1987 View commit details
    Browse the repository at this point in the history
  3. Only hide commands if the env variable is set.

    Better formatting for usage template.
    Group commands in usage to management/operation commands.
    Remove the word Docker from the description of management commands.
    
    Signed-off-by: Daniel Nephin <dnephin@docker.com>
    dnephin committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    a7c8bca View commit details
    Browse the repository at this point in the history