Skip to content

CLI Reference⚓︎

This page provides documentation for our command line tools.

cli⚓︎

Main entrypoint.

Usage:

Text Only
cli [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • install-plugin-server: Install plugin on Atlassian server instance
  • remove-plugin-server: Remove plugin on Atlassian server instance

install-plugin-server⚓︎

Install plugin on Atlassian server instance

Usage:

Text Only
cli install-plugin-server [OPTIONS] FILE_INPUT

Options:

Name Type Description Default
--url, -url text Atlassian instance base URL ``
--username, -u text Username to login ``
--password, -p text Password to login ``
--notify, -n text Apprise notification URL []
--timeout integer Install timeout in second 120
--help boolean Show this message and exit. False

remove-plugin-server⚓︎

Remove plugin on Atlassian server instance

Usage:

Text Only
cli remove-plugin-server [OPTIONS] PLUGIN_KEY

Options:

Name Type Description Default
--url, -url text Atlassian instance base URL ``
--username, -u text Username to login ``
--password, -p text Password to login ``
--notify, -n text Apprise notification URL []
--timeout integer Remove timeout in second 120
--help boolean Show this message and exit. False