-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Now that uv became the preferred way to run Python projects it would be nice to add better support for uvx via this dissect meta package.
For example it would be handy to run dissect tools via:
uvx dissect —-help
uvx dissect@latest —-help
uvx dissect@3.20.1 target-query —-help
uvx dissect target-shell image.ddCurrently if I want to run target-shell I have to use a longer command line:
uv run —-with dissect.target target-query —-help
uvx —-from dissect target-shell —-helpHaving it able to run via uvx dissect would make life easier. This could be achieved by shipping it with a dissect cli entrypoint that could run other dissect tools. Maybe this can be implemented via argparse and sub commands.
Ideas are welcome!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels