0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

21 commits

Author SHA1 Message Date
Renjith
2bc42d223c
feat(docker-compose): add dcupdb alias (#10235) 2022-12-17 17:53:48 +01:00
Marc Cornellà
88e72e8a54 fix(docker-compose)!: check for old command instead of calling docker (#10409)
BREAKING CHANGE: the plugin now checks for the `docker-compose` command instead
of trying whether `docker compose` is a valid command. This means that if the
old command is still installed it will be used instead. To use `docker compose`,
uninstall any old copies of `docker-compose`.

Fixes #10409
2021-11-17 11:05:25 +01:00
Marc Cornellà
49bc55f966
fix(docker-compose): fix for slow docker compose call on remote Docker contexts (#10264)
Fixes #10264

Co-authored-by: Frederick Zhang <frederick888@tsundere.moe>
2021-10-05 13:23:05 +02:00
Marc Cornellà
a3289c11f6
feat(docker-compose): update completion (4fa72a0, 2021-01-19)
Source: https://github.com/docker/compose/blob/4fa72a0/contrib/completion/zsh/_docker-compose

Closes #9494

Co-authored-by: "Bakhir A.D" <Bakhir.A.D.st@gmail.com>
2021-10-04 12:02:08 +02:00
Marc Cornellà
c396efbee3
fix(docker-compose): support Compose V2 docker compose command (#10248) 2021-10-04 11:26:39 +02:00
Vikas Raj
27bf831843
[docker-compose] Added alias for docker-compose up --build (#8843)
* [docker-compose] Added alias for docker-compose up --build

Sometimes building images before starting the containers comes in handy.

Alias: `dcupb`
Command: `docker-compose up --build`

* Updated docker-compose/README.md

Added the alias definition in the readme

Co-authored-by: Robby Russell <robby@planetargon.com>
2021-02-20 22:27:27 -08:00
Piotr Zając
68b98c9d53
docker-compose: add alias for docker-compose kill (#8997) 2020-07-14 17:40:23 +02:00
Marc Cornellà
610b2529d2 Clean up plugin READMEs and a few plugins
- fasd
- history
- mercurial
- pylint
- repo
- yii2
2020-03-11 19:57:46 +01:00
Marc Cornellà
069df888b0 docker-compose: update completion (1f97a57, 2019-03-02)
Fixes #7480
2019-04-09 14:43:48 +02:00
Jayadeep K M
759f682088 docker-compose: add aliases to README (#7226) 2018-10-04 23:35:39 +02:00
Igor Rootsi
627393eada docker-compose: add dcupd alias for detached mode start (#7144) 2018-09-21 16:54:04 +02:00
Lauri Lavanti
0cec462621 Add docker-compose start alias 'dcstart' (#6675) 2018-03-18 14:10:58 -07:00
Lauri Lavanti
ce23ef9a2f Add alias for docker-compose pull (#6665) 2018-03-09 08:14:51 -08:00
Andrew Matheny
84e9066984 Update docker-compose autocompletion (#6607) 2018-03-09 08:11:52 -08:00
jotadrilo
b1efd04f94 add docker-compose down alias (#5557)
* add docker-compose down alias

* rename `docker-compose down` alias to `dcdn`
2016-10-25 06:25:07 +02:00
Florian Wilhelm
d186bc30d0 Add aliases for docker-compose logs (#5475) 2016-10-02 16:34:54 +02:00
Leif Ringstad
65874f2b22 Add more docker compose aliases (#5422)
Adds the following aliases:

```zsh
alias dco='docker-compose'
alias dcr='docker-compose run'
alias dce='docker-compose exec'
```

And sorts the aliases similar to `docker-compose help` order
2016-09-28 14:47:00 +02:00
Ivo Bathke
1d8047e0f8 Readded docker-compose aliases (#5412)
Removed by mistake in 0950f9c.
2016-09-14 09:49:50 +02:00
Julien Dubreuil
f4013053d3 Updated _docker-compose to the latest version (from 0.1.0 to 1.5.0). (#5215)
Also fixed formatting of markdown URL in README.
2016-07-19 00:24:12 +02:00
moncho
0950f9c56d Plugin now uses completion script from docker-compose repo. 2015-06-28 11:16:17 +02:00
Toni Ristola
83cf909ad6 Added aliases for docker compose 2015-05-04 07:59:54 +03:00