craftamap / pluploader

A simple plugin uploader for atlassian server tools written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add --web to commands

craftamap opened this issue · comments

Whenever it's possible, we should provide an --web-flag to commands enabling to either do something in the browser, or to do an action and show the result in the browser.

This might include:

  • list --web show the list of all apps in the web browser
  • install, enable, disable, uninstall - perform action, then show result in web browser
  • same for license and job - read-only commands should only open web browser, operations should perform the action first, then open the result in the web browser.