Skip to content

Commit

Permalink
Update available CLI commands in readme. FIxes repman-io#147.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickygerritsen committed May 29, 2020
1 parent 4a196e0 commit 6a51a11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ symfony proxy:domain:attach your-organization.repman
### CLI commands

- `bin/console repman:metadata:clear-cache` - clear packages metadata cache (json files)
- `bin/console repman:create:admin <email> [<password>]` - create a new user with admin privileges
- `bin/console repman:create:user <email> [<password>]` - create a new (normal) user
- `bin/console repman:proxy:sync-releases` - sync proxy releases with packagist.org
- `bin/console repman:security:scan-all` - scan all synchronized packages
- `bin/console repman:package:synchronize <packageId>` - synchronize given package
- `bin/console repman:security:update-db` - update security advisories database, scan all packages if updated

## API Integration

Expand Down

0 comments on commit 6a51a11

Please sign in to comment.