It looks like there is a typo with the ssh_helper command and it is not possible to launch observer. In the code it is distillery_eval, but according to the gigalixir_run --help command it should be distillery-eval. Also tested this locally and it looks to have fixed being able to launch observer.
# gigalixir_run --help
Usage: gigalixir_run [OPTIONS] COMMAND [ARGS]...
Options:
--env TEXT GIGALIXIR environment [prod, dev].
--help Show this message and exit.
Commands:
bootstrap
distillery-eval
distillery-job
init
job
migrate
remote-console
remote_console
run
shell
upgrade
It looks like there is a typo with the ssh_helper command and it is not possible to launch observer. In the code it is
distillery_eval
, but according to thegigalixir_run --help
command it should bedistillery-eval
. Also tested this locally and it looks to have fixed being able to launch observer.