Commits
User selector
Commit history
Commits on May 22, 2019
cli-plugins: add test names for easier debugging
Show description for bb8e89bcommitted
Tibor Vasscli-plugins: add concept of experimental plugin, only enabled in experimental mode
Show description for 6ca8783committed
Tibor Vass
Commits on Apr 30, 2019
cli-plugins: fix when plugin does not use PersistentPreRun* hooks
Show description for af200f1committed
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
cli-plugins: only parse global arguments once.
Show description for 1425aebcommitted
Ian Campbell
Commits on Mar 20, 2019
Search Windows CLI plugins also in ProgramFiles
Show description for 4d3a76dcommitted
Commits on Mar 18, 2019
cli-plugins: disable use of dial-stdio
Show description for ff2ed6ecommitted
Ian Campbell
Commits on Mar 14, 2019
Ensure plugins can use PersistentPreRunE again.
Show description for 3af168ccommitted
Ian Campbelle2e/cli-plugins: explicitly check that PersistentPreRunE works
Show description for 0b794e0committed
Ian Campbell
Commits on Mar 13, 2019
allow plugins to have argument which match a top-level flag.
Show description for d4ced2ecommitted
Ian CampbellAdd e2e tests for plugin vs global argument issues
Show description for 8289ae0committed
Ian Campbell
Commits on Mar 12, 2019
Revert "Disable `docker system dial-stdio` on Windows"
Show description for 0449ad8committed
Ian Campbell
Commits on Mar 11, 2019
Merge pull request #1710 from ijc/no-dial-stdio-on-windows
Show description for b86bff8authored
Commits on Mar 7, 2019
harden config.Path() to disallow directory traversal
Show description for ff51b0dcommitted
Commits on Mar 4, 2019
Disable `docker system dial-stdio` on Windows
Show description for c41c238committed
Ian Campbell
Commits on Feb 26, 2019
Fix issue where plugin command error exit code is printed out
Show description for d871451committed
Commits on Feb 25, 2019
Merge pull request #1652 from ijc/plugins-config
Show description for cdba45bauthoredMerge pull request #1675 from ulyssessouza/format-plugin-vendor-version-help
Show description for 11985c6authoredSimplify cli plugin config file entry
Show description for 20439aacommitted
Ian Campbell
Commits on Feb 21, 2019
Refactor plugins' vendor location on --help
Show description for 9201360committed
Ulysses Souza
Commits on Feb 18, 2019
cli-plugins: use `docker system dial-stdio` to call the daemon
Show description for 891b3d9committed
Ian Campbell
Commits on Feb 1, 2019
cli-plugins: use only the first word of `Use` as the name
Show description for 8fa7c57committed
Ian Campbell
Commits on Jan 30, 2019
Ensure that plugins are only listed once in help outputs.
Show description for baabf6ecommitted
Ian CampbellEnsure plugins default search path obeys `--config`
Show description for 0a89eb5committed
Ian CampbellIgnore unknown arguments on the top-level command.
Show description for 935d47bcommitted
Ian CampbellCheck for `.exe` case insensitively
Show description for 1337895committed
Ian CampbellRefactor code which deals with Windows' `.exe` suffix
Show description for 63f3ad1committed
Ian CampbellDocumentation on writing a plugin
Show description for 609dcb9committed
Ian CampbellIntegrate CLI plugins into `docker info`
Show description for 1c576e9committed
Ian CampbellAllow plugins to make use of the cobra `PersistentPreRun` hooks.
Show description for e5e578acommitted
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
Add basic framework for writing a CLI plugin
Show description for e962404committed
Ian Campbell
Loading