cli/cli/command/plugin
Sebastiaan van Stijn 2827d037ba
cli/command/completion: deprecate NoComplete
This function was an exact duplicate of [cobra.NoFileCompletions], so
deprecating it in favor of that.

[cobra.NoFileCompletions]: https://pkg.go.dev/github.com/spf13/cobra@v1.9.1#NoFileCompletions

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-08-30 12:00:34 +02:00
..
testdata cli/command/plugin: fix linting issues, and assorted cleanups 2025-07-26 16:45:04 +02:00
client_test.go vendor: moby/moby/api v1.52.0-alpha.1, moby/moby/client v0.1.0-alpha.0 2025-08-05 22:01:50 +02:00
cmd.go cli/command/*: remove deprecated cobra command constructors 2025-08-21 11:12:28 +02:00
create.go cli/command/completion: deprecate NoComplete 2025-08-30 12:00:34 +02:00
create_test.go vendor: update docker, api, client to master 2025-07-28 08:50:13 +02:00
disable.go vendor: update docker, api, client to master 2025-07-28 08:50:13 +02:00
disable_test.go vendor: update docker, api, client to master 2025-07-28 08:50:13 +02:00
enable.go vendor: update docker, api, client to master 2025-07-28 08:50:13 +02:00
enable_test.go vendor: update docker, api, client to master 2025-07-28 08:50:13 +02:00
formatter.go Merge pull request #6338 from thaJeztah/cleanup_formatters 2025-08-22 12:25:14 +02:00
formatter_test.go cli/command/plugin: deprecate NewFormat, FormatWrite 2025-08-21 15:25:25 +02:00
inspect.go cli/command/plugin: fix linting issues, and assorted cleanups 2025-07-26 16:45:04 +02:00
inspect_test.go vendor: moby/moby/api v1.52.0-alpha.1, moby/moby/client v0.1.0-alpha.0 2025-08-05 22:01:50 +02:00
install.go cli/command/plugin: simplify auth 2025-08-26 16:42:34 +02:00
install_test.go cli/command/plugin: remove DCT 2025-08-06 12:33:27 +02:00
list.go cli/command/completion: deprecate NoComplete 2025-08-30 12:00:34 +02:00
list_test.go vendor: moby/moby/api v1.52.0-alpha.1, moby/moby/client v0.1.0-alpha.0 2025-08-05 22:01:50 +02:00
push.go cli/command/plugin: simplify auth 2025-08-26 16:42:34 +02:00
remove.go vendor: update docker, api, client to master 2025-07-28 08:50:13 +02:00
remove_test.go vendor: update docker, api, client to master 2025-07-28 08:50:13 +02:00
set.go cli/command/plugin: fix linting issues, and assorted cleanups 2025-07-26 16:45:04 +02:00
upgrade.go cli/command/plugin: remove DCT 2025-08-06 12:33:27 +02:00
upgrade_test.go vendor: moby/moby/api v1.52.0-alpha.1, moby/moby/client v0.1.0-alpha.0 2025-08-05 22:01:50 +02:00