Skip to content

Atlassian Plugin Remote Install⚓︎

Publish Docker Image

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: