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

Improve upload UX #248

Open
3 tasks
baszalmstra opened this issue Aug 5, 2023 · 1 comment
Open
3 tasks

Improve upload UX #248

baszalmstra opened this issue Aug 5, 2023 · 1 comment

Comments

@baszalmstra
Copy link
Contributor

Currently it's very vague how to upload a package using pixi upload.

  • We should improve the UX on prefix.dev. Provide help text what the proper command should be for different tools.

  • Currently you have to use:

    pixi upload https://prefix.dev/api/v1/upload/<channel_name> <filename>
    

    This is user-unfriendly and hard to discover.

  • Uploading to any URL that accepts the request is enough for the command to think it succeeded. For instance:

    pixi upload https://prefix.dev/channels/<channel_name> <package> -vvv
    

    Just succeeds but doesn't actually do anything.

@pavelzw
Copy link
Contributor

pavelzw commented Mar 16, 2024

You could just incorporate the upload CLI from rattler-build and put it into rattler, similar as with auth login.

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

2 participants