Commits
User selector
Commit history
Commits on May 12, 2022
Adopt Cobra completion v2 to support completion by CLI plugins
Show description for cbec75eauthored andcommitted
Commits on Mar 26, 2022
gofmt with go1.17
Show description for a0f0578committed
Commits on Feb 25, 2022
cli-plugins/manager: remove uses of deprecated io/ioutil
Show description for 6c06950committed
Commits on Feb 23, 2022
introduce plugin.RunningStandalone as utility func for a plugin to know it is run standalone
Show description for d9a2a55committed
Commits on Feb 3, 2022
Set buildx as default builder
Show description for 6fef143committed
Commits on Jan 26, 2021
Use golang.org/x/sys/execabs
Show description for 8d199d5committed
Tibor Vass
Commits on Oct 2, 2020
Always enable experimental features
Show description for 977d3aecommitted
Commits on Aug 28, 2020
Replace vbom.ml/util with fvbommel/sortorder
Show description for 6703919committed
Commits on May 19, 2020
Removing CLI plugins API documentation from official documentation as it is now deprecated.
Show description for 459c608committed
Commits on May 10, 2020
Update some uses of errors.Cause() to errors.Is()
Show description for bb7ef2ccommitted
Commits on May 7, 2020
Replace deprecated Cobra command.SetOutput() with command.SetOut()
Show description for 719169dcommitted
Commits on Apr 28, 2020
plugin: make runplugin public
Show description for d2632cecommitted
Commits on Feb 22, 2020
bump gotest.tools v3.0.1 for compatibility with Go 1.14
Show description for 2c0e930committed
Commits on Dec 31, 2019
docker info: list CLI plugins alphabetically
Show description for 54ba28fcommitted
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