Improve WAX
syrusakbary opened this issue · 0 comments
syrusakbary commented
Currently wax uses the GetCommand query, however I think it will be more useful to have wax to direclty point into a package.
That is:
wax ayys/wit-pack-cli
Will effectively:
- Download the package
mark32/python
into a temp folder - Run the entrypoint
We should also support running a specific command and/or version
Specific version
wax ayys/wit-pack-cli@0.1.1
Specific command:
wax ayys/wit-pack-cli@0.1.1:COMMAND_NAME