compose/cmd/compose
Sebastiaan van Stijn 4a4776ec57 cmd/compose: fix minor linting issues
- inline variable that shadowed package-type
- don't use apiBuildOptions if an error was returned

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-09-29 15:25:22 +02:00
..
alpha.go
attach.go
bridge.go add convert subcommand to bridge command 2025-05-27 10:35:30 +02:00
build.go cmd/compose: fix minor linting issues 2025-09-29 15:25:22 +02:00
commit.go cmd/compose: fix minor linting issues 2025-09-29 15:25:22 +02:00
completion.go fix scale completion 2025-03-26 17:44:54 +01:00
compose.go only load COMPOSE_* from $PWD/.env 2025-09-08 14:40:49 +02:00
compose_test.go
config.go chore: print model attribute instead of model name used in compose file 2025-07-11 11:08:08 +02:00
cp.go
create.go deprecate --y, prefer --yes 2025-03-11 09:01:36 +01:00
create_test.go fix support for ssh key from CLI flags 2025-01-29 11:28:41 +01:00
down.go
events.go feat: add since & until flags to events command 2025-07-09 10:08:33 +02:00
exec.go rename --no-TTY => --no-tty for consistency 2025-09-08 15:56:55 +02:00
export.go
generate.go
images.go Fix: use image created time when last tag time is not present 2025-08-27 09:03:58 +02:00
kill.go
list.go Fix ls --quiet help description 2025-02-10 17:30:39 +01:00
logs.go
options.go refactor: use slices.Contains to simplify code 2025-05-27 11:45:26 +02:00
options_test.go add warning message when a remote configuration include an another remote config 2025-03-07 16:30:32 +01:00
pause.go
port.go
ps.go refactor: use slices.Contains to simplify code 2025-05-27 11:45:26 +02:00
ps_test.go
publish.go make publish a regular command of Compose 2025-03-13 16:17:00 +01:00
pull.go pull does not require env_file being resolved 2025-06-05 11:42:35 +02:00
pullOptions_test.go
push.go
remove.go
restart.go
run.go Update comment on run command with tty & piped command 2025-09-19 09:51:15 +02:00
scale.go replace uses of golang.org/x/exp/(maps|slices) for stdlib 2025-06-02 10:43:17 +02:00
start.go
stats.go Update link in stats --help output 2025-02-04 18:12:17 +01:00
stop.go
top.go lint: address gofumpt issues 2025-03-13 14:23:51 +01:00
top_test.go bump golangci-lint to version v2.0.2 2025-03-31 18:50:15 +02:00
up.go show build progress during watch rebuild 2025-07-23 13:57:46 +02:00
up_test.go
version.go
version_test.go Test version command 2025-02-26 16:35:08 +01:00
viz.go
viz_test.go
volumes.go volume ls command can run without a project 2025-09-10 09:41:47 +02:00
wait.go
watch.go (refactoting) Move watch logic into a dedicated Watcher type 2025-06-05 16:48:05 +02:00