Releases: diambra/cli
Releases · diambra/cli
v0.0.20
v0.0.19
Drop /tcp prefix This might have been required by old docker versions but it breaks podman
v0.0.18
Skip existing to allow re-running CI for other OSes
v0.0.17
Add secret source support for git and huggingface
v0.0.16
Update init
v0.0.14
Replace --images.pull by --images.no-pull This avoid exposing people to the unexpected special treatment of boolean flags that prevent you from doing e.g `-p false`.
v0.0.13
Add flags to set host address and use bridge ip --env.host allows binding the env to any IP, e.g 0.0.0.0 to allow remote machines to connect. --env.containerip sets the container's bridge IP instead of localhost in DIAMBRA_ENVS
v0.0.12
Fix cleanup in test command
v0.0.11
Fix command handling in test
v0.0.10
Generate manifest, support yaml, add README