Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 518 Bytes

read_only_user.md

File metadata and controls

24 lines (15 loc) · 518 Bytes

User read-only

  • read-only demo account deployment

Build

npx lerna run build --scope="@list/user-read-only-script"
cd packages/user-read-only
yarn run user-read-only -b https://<server_@> -u <user> -p <pwd>
  • u - The username from the demo user that you want to create.

  • p - The password from the demo user that you want to create.

Example:

  • yarn run read-only-user -b https://localhost -u userdemo -p userdemo

The default values from "u" and "p" arguments are both "user".