Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Oct 4, 2018
2 parents 53e99b4 + c04fbc6 commit f0cf141
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Releases: [GitHub Downloads](https://github.com/dzikoysk/NanoMaven/releases)
* [ ] Proxy for the specified remote repositories
* [ ] Front page
* [ ] Statistics
* [ ] Code quality

#### Configuration
```yaml
Expand Down Expand Up @@ -49,11 +50,13 @@ administrators:
#### Commands
Commands can be invoked from the console
```bash
NanoMaven 1.0.4 Commands:
NanoMaven 1.0.4 Commands:
help - List available commands
users - List all registered users
projects - List all added projects
add-user <username> <password> - Add user
add-project <groupId|artifactId> - Add project extra data
add-member <groupId|artifactId> <username> - Add user to the specified project
add-project <repository>.<groupId>/<artifactId> - Add project extra data
add-member <repository>.<groupId>/<artifactId> <username> - Add user to the specified project
reinstall-artifacts (rs) - Reinstall all artifacts
```
Expand Down

0 comments on commit f0cf141

Please sign in to comment.