compose/cmd/compose
Nicolas De Loof fd954f266c show build progress during watch rebuild
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2025-07-23 13:57:46 +02:00
..
alpha.go introduce generate command as alpha command 2024-10-28 17:00:59 +01:00
attach.go docs: unify no trailing dots in docstrings and help (#11301) 2024-02-14 14:02:37 -05:00
bridge.go add convert subcommand to bridge command 2025-05-27 10:35:30 +02:00
build.go show build progress during watch rebuild 2025-07-23 13:57:46 +02:00
commit.go feat: add commit command 2024-11-27 07:39:46 +01:00
completion.go fix scale completion 2025-03-26 17:44:54 +01:00
compose.go add volumes command 2025-06-30 19:38:27 +02:00
compose_test.go update compose-go to version using immutable Project functions 2024-01-11 10:44:42 +01:00
config.go chore: print model attribute instead of model name used in compose file 2025-07-11 11:08:08 +02:00
cp.go resurrect --all flag for cp to target oneoff container 2024-10-25 16:59:19 +02:00
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 docs: unify no trailing dots in docstrings and help (#11301) 2024-02-14 14:02:37 -05:00
events.go feat: add since & until flags to events command 2025-07-09 10:08:33 +02:00
exec.go remove error message from exec outpout by default 2025-06-30 12:50:03 +02:00
export.go feat: add export command 2024-10-02 21:15:59 +02:00
generate.go introduce generate command as alpha command 2024-10-28 17:00:59 +01:00
images.go restore ContainerName in images --json 2025-06-16 09:42:07 +02:00
kill.go docs: unify no trailing dots in docstrings and help (#11301) 2024-02-14 14:02:37 -05:00
list.go Fix ls --quiet help description 2025-02-10 17:30:39 +01:00
logs.go get log to manage attach 2024-02-22 18:27:05 +01:00
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 chore(load): ensure context passed to load 2024-02-08 15:46:37 +01:00
port.go fix linting issues with golangci-lint 1.60.2 2024-09-11 13:56:25 +02:00
ps.go refactor: use slices.Contains to simplify code 2025-05-27 11:45:26 +02:00
ps_test.go ci: enable testifylint linter 2024-11-12 11:12:32 +01:00
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 update compose-go to version using immutable Project functions 2024-01-11 10:44:42 +01:00
push.go Use listener for file metadata 2024-02-14 16:51:56 +00:00
remove.go chore(load): ensure context passed to load 2024-02-08 15:46:37 +01:00
restart.go docs: unify no trailing dots in docstrings and help (#11301) 2024-02-14 14:02:37 -05:00
run.go setting buildOptions.Services triggers image to be always rebuilt 2025-06-24 11:26:52 +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 chore(load): ensure context passed to load 2024-02-08 15:46:37 +01:00
stats.go Update link in stats --help output 2025-02-04 18:12:17 +01:00
stop.go chore(load): ensure context passed to load 2024-02-08 15:46:37 +01:00
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 format code with gofumpt 2024-12-17 16:50:14 +01:00
version.go fix linting issues with golangci-lint 1.60.2 2024-09-11 13:56:25 +02:00
version_test.go Test version command 2025-02-26 16:35:08 +01:00
viz.go Use listener for file metadata 2024-02-14 16:51:56 +00:00
viz_test.go ci: enable testifylint linter 2024-11-12 11:12:32 +01:00
volumes.go add service filter to volumes command 2025-06-30 19:38:27 +02:00
wait.go docs(wait): Fix wait command description 2024-08-19 10:44:57 +02:00
watch.go (refactoting) Move watch logic into a dedicated Watcher type 2025-06-05 16:48:05 +02:00