gigalixir / gigalixir-cli

MIT License
52 stars 45 forks source link

Fixing observer #114

Closed akoutmos closed 2 months ago

akoutmos commented 4 months ago

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
gigatim commented 2 months ago

Fixed in v1.13.1

116