Skip to content

Allow uploading multiple files at the same time (python index) #1210

Description

@lcarva

Summary

Currently, I can upload a single python package like this:

pulp python content upload \
  --relative-path "$(basename ${pkg})" --file "${pkg}" --repository $my_repo

After each upload, I have to wait for the corresponding Tasks to complete (which could take a few minutes depending on system load.)

At any given time, I need to upload two files. But, occasionally, I also need to upload many. Having the ability to upload multiple files at once could significantly improve my user experience.

Versions

Not sure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestNew feature request (template-set)

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions