Atlassian Plugin Remote Install⚓︎
- To create issue, view source code: Github Repository
- To contribute or run it locally, see: Contributing Guide
Quick Start⚓︎
Bash
docker run --rm -i \
--pull=always \
ghcr.io/itdevsamurai/atlassian-plugin-remote-install \
install-plugin-server \
-url https://jira.example.com \
-u username \
-p passwordhere \
-n "slack://xoxb-token-here/#channel-name-here" \
- < path/plugin-file.obr
This command will install plugin from path/plugin-file.obr
to Jira
instance https://jira.example.com
with credentials username/passwordhere
.
It will then notify you via Slack on channel #channel-name-here
For more info about commands & options, see CLI reference
CLI Reference⚓︎
For more info about commands & options, see CLI reference
About⚓︎
Created & maintained by DevSamurai
Special thanks to:
- Atlassian
- Notification powered by Apprise
- atlassian-api/atlassian-python-api
- mkdocs-click
- mkdocs-material
- mondeja/mkdocs-include-markdown-plugin