tellerops/teller

BUG: Teller default path incorrect as per the docs `teller.yml` vs `.teller.yml`

stvnksslr opened this issue · 0 comments

By default the teller cli strips the . from before the teller path so it cannot find files generated with teller new or if a user follows the README.md documentation.

Expected Behavior: Teller should use the same default as generated by teller new and referenced in the documentation by default.

current behavior as of master:

❯ teller new
Configuration saved in: ".teller.yml"

❯ teller env
Error: failed to open file `teller.yml`

Caused by:
    No such file or directory (os error 2)

Location:
    /private/tmp/teller-20240512-8123-9ubje5/teller-2.0.4/teller-cli/src/cli.rs:188:18

this should make cases like this easier to troubleshoot where its clearer whats changed and maybe config migrations down the road.

#216 (comment)