Commits
User selector
Commit history
Commits on Apr 26, 2019
Use command.Cli instead of command.DockerCli
Show description for 7d0645ccommitted
Ian CampbellInclude CLI plugins in help output on unknown flag.
Show description for 40a6cf7committed
Ian CampbellHide experimental builtin commands in help output on unknown flag.
Show description for 79a75dacommitted
Ian Campbell
Commits on Apr 19, 2019
cli-plugins: alias an existing allowed command (only builder for now)
Show description for 1ed02c4committed
Tibor Vass
Commits on Apr 3, 2019
cmd/docker: only parse global arguments once.
Show description for 8c087b6committed
Ian Campbell
Commits on Mar 21, 2019
Fix error message on experimental flags
Show description for 3beb60acommitted
Commits on Mar 13, 2019
allow plugins to have argument which match a top-level flag.
Show description for d4ced2ecommitted
Ian Campbell
Commits on Feb 26, 2019
Fix issue where plugin command error exit code is printed out
Show description for d871451committed
Commits on Jan 31, 2019
Merge pull request #1564 from ijc/plugins
Show description for 2e5639dauthored
Commits on Jan 30, 2019
Ensure that plugins are only listed once in help outputs.
Show description for baabf6ecommitted
Ian CampbellIgnore unknown arguments on the top-level command.
Show description for 935d47bcommitted
Ian CampbellIntegrate CLI plugins with `docker «plugin» --help`.
Show description for 53f0181committed
Ian CampbellIntegrate CLI plugins with `docker help «foo»`
Show description for 20a2847committed
Ian CampbellAdd stubs when calling help due to no arguments
Show description for c43da09committed
Ian CampbellIntegrate CLI plugins into `docker help` output.
Show description for f912b55committed
Ian CampbellAdd support for running a CLI plugin
Show description for f1f31abcommitted
Ian Campbell
Commits on Jan 29, 2019
Fix using a nil dockerCli if an error occurred during cli creation, using the standard error stream instead.
Show description for f65d536committedMove versioning variables to a separate package.
Show description for 20c1983committed
Ian CampbellPush setup of opts and default flagset into SetupRootCommand
Show description for c516811committed
Ian CampbellMove `disableFlagsInUseLine` from `main` into our `cli` library
Show description for ccef159committed
Ian CampbellFold `dockerPreRun` into `DockerCli.Initialize`
Show description for 158a766committed
Ian Campbell
Commits on Jan 28, 2019
Introduce functional arguments to NewDockerCli for a more stable API.
Show description for 7f207f3committed
Commits on Oct 24, 2018
Merge pull request #1429 from AkihiroSuda/fix-docker-invalid-subcommand
Show description for 15e40e7authored
Commits on Oct 10, 2018
build: only show buildkit-specific flags if buildkit is enabled
Show description for bbd01fecommitted
Tibor VassFix `docker invalid-subcommand` regression
Show description for d708cadcommitted
Commits on Sep 11, 2018
Remove containerizedengine package dependency from docker/cli/command…
Show description for 2d344b2committed
Commits on Jun 22, 2018
Scope orchestration selection to stack commands only
Show description for 71272ddauthored andcommitted
Commits on Jun 8, 2018
Update tests to use gotest.tools 👼
Show description for 2c4de4fcommittedFix #1113 "Segfault on --help with --tlsverify if no ca certificate is present"
Show description for f4b0780committed
Commits on Jun 1, 2018
Merge pull request #1106 from silvin-lubecki/fix-orchestrator-flag-persistent
Show description for 2014e99authoredAdded a "top-level" annotation to hide persistent flags in all sub-commands, excepting some specific commands, while printing help
Show description for c003ed1committed
Commits on May 31, 2018
Mark checkpoint feature as Linux-only, and homogenize error messages
Show description for 1df6b68committed
Commits on May 28, 2018
Remove experimentalCli annotation from all kubernetes flags and commands
Show description for f2b75a8committed--orchestrator flag is now a persistent flag
Show description for 770daefcommitted
Commits on May 19, 2018
Hide [flags] in usage output
Show description for 00d0802committed