Releases: MartinRamm/fzf-docker
Releases · MartinRamm/fzf-docker
2.0.0
1.1.2 - Beta release
Bugfixes:
#5
1.1.1 - Beta release
1.1.0 - Beta release
New features:
- New command:
fzf-docker-debug-info
, which outputs environment information that is useful for debugging. - Bug report template
Bugfixes:
#1
1.0.0 - Beta release
Breaking changes to previos version:
dk
anddka
don't remove the container anymore (usedkrm
anddkrma
instead)de
now checks what the parent image of the container is, and tries to use the most appropriate command based on this. (For example, if an image is from mysql, the command used to exec into the container ismysql -uroot -p$MYSQL_ROOT_PASSWORD
)- for the
de
command you can now register custom defaults - see updated `README.md``file. - Multiple commands can now be run in fzf-mode
multiple
, instead of single ()
New features:
- New Commands
drm
(remove),drma
(remove all),dsrm
(stop and remove),dsrma
(stop and remove all),dkrm
(kill and remove),dkrma
(kill and remove all) ,dcb
(docker-compose build) ,dcba
(docker-compose build all) ,dcp
(docker-compose pull) ,dcpa
(docker-compose pull all) ,dcupd
(docker-compose update (build or pull)),dcupda
(docker-compose update (build or pull) all) ,dla
(docker logs all) - These commands are now running in fzf-mode
multiple
:dr
(docker remove),dl
(docker logs)
Bugfixes:
- fzf-mode "multiple" not working correctly
dr
won't show stopped containers anymore, as they can't be restarted- Wrong "pre-tests" running for some commands, resulting in the command showing
No containers found
even though there are selectable containers.
0.0.1 - Alpha Release
Alpha release with most basic version