Commits
User selector
Commit history
Commits on Dec 12, 2023
Plumb contexts through commands
Show description for 5400a48authored andcommitted
Commits on Nov 20, 2023
golangci-lint: enable thelper linter
Show description for 8661552committed
Commits on Mar 28, 2023
load plugin command stubs when required
Show description for c39c711committed
Commits on Sep 30, 2022
format code with gofumpt
Show description for 1da95ffcommitted
Commits on May 12, 2022
Adopt Cobra completion v2 to support completion by CLI plugins
Show description for cbec75eauthored andcommitted
Commits on Mar 27, 2022
e2e: cleanup TestGlobalHelp() to be less brittle
Show description for bc2b48acommitted
Commits on Oct 2, 2020
Replace tab with spaces in usage output
Show description for 7f3717bcommitted
Commits on Feb 22, 2020
bump gotest.tools v3.0.1 for compatibility with Go 1.14
Show description for 2c0e930committed
Commits on Jan 16, 2020
e2e: fix formatting of comments
Show description for 6e5528bcommitted
Commits on Oct 31, 2019
e2e/cli-plugins: Using the variable on range scope `args` in function literal (scopelint)
Show description for 1736662committed
Commits on May 13, 2019
Merge pull request #1853 from ijc/cli-plugin-persistentprerun-hook
Show description for 11d2e40authored
Commits on Apr 30, 2019
cli-plugins: fix when plugin does not use PersistentPreRun* hooks
Show description for af200f1committed
Ian Campbell
Commits on Apr 26, 2019
Include CLI plugins in help output on unknown flag.
Show description for 40a6cf7committed
Ian CampbellMove subtests of TestGlobalHelp into actual subtests
Show description for d57175acommitted
Ian Campbell
Commits on Apr 3, 2019
e2e: Add tests for #1801 (global args parsed multiple times)
Show description for d32f364committed
Ian Campbelle2e: Add a TestMain for cli plugins tests
Show description for ef40743committed
Ian Campbelle2e: Use icmd.None in a couple more places
Show description for add2da6committed
Ian Campbell
Commits on Mar 28, 2019
cli-plugins: Reinstate deprecated `-h` short form of `--help`.
Show description for 8f3798ccommitted
Ian Campbelle2e/cli-plugins: improve checks for empty output by using `icmd.None`
Show description for 0b30592committed
Ian Campbell
Commits on Mar 18, 2019
Merge pull request #1745 from ijc/disable-dial-stdio-for-plugins
Show description for cfd5b16authoredcli-plugins: disable use of dial-stdio
Show description for ff2ed6ecommitted
Ian CampbellMerge pull request #1690 from jcsirot/fix-contextstore-for-plugins
Show description for 86a5a48authored
Commits on Mar 14, 2019
e2e/cli-plugins: explicitly check that PersistentPreRunE works
Show description for 0b794e0committed
Ian Campbell
Commits on Mar 13, 2019
Resolve the docker Endpoint even if the client already exists. In that case the `TestDialStdio` e2e test had to be modified: the `--tls` option triggers an error since the endpoint resolution tries…
Show description for 37fcaf7committed
Jean-Christophe SirotAdd e2e test for handling of `version`/`-v`/`--version` with plugins
Show description for 2c624e8committed
Ian Campbellallow 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 Campbelle2e: start a new file for cli plugins arguments tests
Show description for 4e5f0afcommitted
Ian Campbell
Commits on Mar 5, 2019
Merge pull request #1680 from cquon/plugin_error_handling
Show description for 79e1cabauthored
Commits on Mar 2, 2019
connhelper: export functions for other projects
Show description for dbe7afbcommitted
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
Show plugins as Management commands
Show description for f8c5f5dcommittedMerge 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