1.0.0-m02
Pre-release
Pre-release
Atlassian enterprise product scripts to spin up instances of
- Confluence
- Bitbucket
- Bamboo
- Jira
- Crowd
- install it
npm install atlassian-devbox -g
- example usage
confluence -h
Usage: confluence [options] [command]
Options:
-hp, --http-port <httpPort> with http port (default: "1990")
-dp, --debug-port <debugPort> with debug port (default: "5005")
-cp, --context-path <contextPath> with context path (default: "/confluence")
-ap, --ajp-port <ajpPort> with ajp port (default: "8009")
--plugins <plugins> with plugins
--jvm-args <jvmArgs> with jvmargs
--amps-version <ampsVersion> with amps version (default: "8.2.0")
-V, --version output the version number
-h, --help display help for command
Commands:
start <version> runs confluence
debug <version> runs confluence with debug port open
cmd <name> <version> prints the resolved command
list lists installed confluence instances
remove <pattern> removes confluence instance with version matching given pattern
logs <version> tails confluence logs
versions lists available confluence versions in local maven repo
purge <type> purges available confluence versions in local maven repo
help [command] display help for command