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

tach show should warn if there are no declared dependencies in the tach.toml #489

Open
emdoyle opened this issue Dec 19, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@emdoyle
Copy link
Member

emdoyle commented Dec 19, 2024

Often, a new user will not realize that they need to run tach sync to auto-discover their pre-existing dependencies before running tach show --web. This results in a confusing experience looking at a bunch of disconnected boxes.

Similar to an existing check in tach sync, we should show a warning and suggestion when we detect that no dependencies have been declared. In fact, it's probably best to fail in this case by default, and only allow bypassing it with something like --force (although even this may not be necessary).

@emdoyle emdoyle added enhancement New feature or request good first issue Good for newcomers labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant