File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ yargs(hideBin(process.argv)) // eslint-disable-line @typescript-eslint/no-unused
604604 } )
605605 . command ( {
606606 command : 'create-user' ,
607- describe : 'Create a new user' ,
607+ describe : 'Create a new local database user' ,
608608 builder : {
609609 username : {
610610 describe : 'Username for the new user' ,
Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ $ npx -- @finos/git-proxy-cli login --username admin --password admin
106106Login " admin" < admin@place.com> (admin): OK
107107```
108108
109+ The CLI ` create-user ` command provisions users in GitProxy's local database only. It does not create users in external identity providers.
110+
109111#### 3. Approve the push with ` ID `
110112
111113Use the commit ` ID ` to approve your push with the CLI:
You can’t perform that action at this time.
0 commit comments