craftamap / pluploader

A simple plugin uploader for atlassian server tools written in python
Apache License 2.0
11 stars 1 forks source link

Feature: add batch mode #16

Closed craftamap closed 3 years ago

craftamap commented 4 years ago

Add --batch-file to provide an path to an file containing paths/Plugin-Keys for all plugin-related commands.

Add --batch-directory for installing multiple plugins at the same time.

craftamap commented 4 years ago

We may also want to add the ability to download plugins from the marketplace by providing an url

craftamap commented 3 years ago

Following the unix philosophy (do one thing, and one thing only): This can be done by writing an script. If someone really wants this feature, we can think about adding it again, but for now, lets keep it out.