Skip to content

Commit

Permalink
Update commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk authored May 12, 2018
1 parent ea2aa20 commit c04fbc6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,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 c04fbc6

Please sign in to comment.