Command Script Runner

by Odd-e
for Confluence Server 5.8.18 - 6.15.10 and more
1 install
  • Supported

As we continue to move towards a cloud future together, new server app sales and installs are no longer available for customers. You can update app version via Atlassian Marketplace until the end of support for server on Feb 15, 2024. Learn more

Command Script Runner allows you to extend Confluence without writing any plugin

Execute script of your choice

Pass the page content in HTML to script and execute.

Result page after execute script

Display the output from the script in the result page

Executing script without page content

Executing any script or command without passing the page content

More details

This is a cool add-on that allows you to extend Confluence without writing any plugin.

You can write script in language you comfortable with and execute script within Confluence context.

Command script runner runs in 2 mode

  • Parse the current page content into HTML and pass into the script.
  • Without any page content.

Here are the preset key for the addon

  • script: - the actual script / command relative from $SCRIPT_HOME
  • script-parameter: content / none (default: content) , passing content to script
  • script-runner: besides using #! within the script, you can specify path to the executable like /usr/bin/ruby

Privacy and security

Privacy policy

Atlassian's privacy policy is not applicable to the use of this app. Please refer to the privacy policy provided by this app's partner.

Partner privacy policy

Security

This app is not part of the Marketplace Bug Bounty program. Learn more

Resources