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

Documentation for users of invoke based projects #1020

Open
paddymul opened this issue Feb 4, 2025 · 0 comments
Open

Documentation for users of invoke based projects #1020

paddymul opened this issue Feb 4, 2025 · 0 comments

Comments

@paddymul
Copy link

paddymul commented Feb 4, 2025

I was onboarded to a project that uses invoke. The README had instructions of install invoke, then run invoke setup.

As my first interaction with the project, even after reading through the documentation, I was a bit lost as to what that command would actually do, or what configuration file controlled the setup task.

It would have been useful if your instructions included a section for "users of invoke".
with sections like this

Disect an invoke command

invoke setup
invoke searches for the setup.py? setup.cfg file and runs the tasks inside.

How to dry run an invoke command

....


The docs are written with a view of explaining how to setup invoke to run tasks for a project. There is a whole extra set of users who will run invoke but won't set it up.

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

No branches or pull requests

1 participant