CLI Reference⚓︎
This page provides documentation for our command line tools.
cli⚓︎
Main entrypoint.
Usage:
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:
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:
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 |