Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
viqueen committed May 17, 2023
1 parent c3f530f commit fa93cf9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Commands:
logs <productVersion> tails confluence log file
remove <pattern> removes confluence instance with version matching given pattern
list [options] [pattern] lists installed confluence instances
versions lists available confluence versions in local maven repo
versions lists available confluence versions
help [command] display help for command
```

Expand Down Expand Up @@ -125,6 +125,12 @@ confluence remove 7.4 # removes all 7.4.x instances
confluence versions
```

- list available versions from remote

```bash
confluence versions -r
```

- install a specific version without running it

```bash
Expand Down

0 comments on commit fa93cf9

Please sign in to comment.