| .. |
|
build.go
|
Introduce --profile option
|
2021-02-02 13:51:22 +01:00 |
|
compose.go
|
introduce compose rm command
|
2021-02-15 09:26:52 +01:00 |
|
compose_test.go
|
Introduce --profile option
|
2021-02-02 13:51:22 +01:00 |
|
convert.go
|
Add output flag for writing chart files
|
2021-02-08 18:10:02 +01:00 |
|
convert_kube.go
|
Add output flag for writing chart files
|
2021-02-08 18:10:02 +01:00 |
|
create.go
|
introduce create --force-recreate and --no-recreate
|
2021-02-15 10:02:56 +01:00 |
|
down.go
|
Expose `—remove-orphans` in compose down command
|
2021-02-03 15:50:49 +01:00 |
|
kill.go
|
Add kill command
|
2021-02-03 10:44:26 +01:00 |
|
list.go
|
introduce `--filter` option on `compose ls`
|
2021-01-22 10:27:56 +01:00 |
|
logs.go
|
make color assignment predictable and option to disable prefixes/colors
|
2021-02-12 17:55:38 +01:00 |
|
ps.go
|
Remove the HEALTH status in `docker compose ps` and combine values from fields “state” and “health”. Rename column STATE => STATUS.
|
2021-02-05 12:19:45 +01:00 |
|
pull.go
|
Introduce --profile option
|
2021-02-02 13:51:22 +01:00 |
|
push.go
|
Introduce --profile option
|
2021-02-02 13:51:22 +01:00 |
|
remove.go
|
dryrun to collect resources to be removed, then remove
|
2021-02-15 12:32:44 +01:00 |
|
run.go
|
revisit `run` implementation as create, attach, start, wait
|
2021-02-12 17:45:02 +01:00 |
|
start.go
|
happy shinny linter ☜(⌒▽⌒)☞
|
2021-02-12 17:55:38 +01:00 |
|
stop.go
|
Introduce --profile option
|
2021-02-02 13:51:22 +01:00 |
|
up.go
|
fix color assignment on status messages
|
2021-02-15 12:29:48 +01:00 |
|
up_test.go
|
test case
|
2021-02-12 15:07:30 +01:00 |