Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
stvnksslr opened this issue May 14, 2024 · 0 comments · Fixed by #274
Closed

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

stvnksslr opened this issue May 14, 2024 · 0 comments · Fixed by #274

Comments

@stvnksslr
Copy link
Contributor

stvnksslr commented May 14, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant