You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
this should make cases like this easier to troubleshoot where its clearer whats changed and maybe config migrations down the road.
#216 (comment)
The text was updated successfully, but these errors were encountered: