2023-11-03 21:05:12 +03:00
|
|
|
cd ./dev/tool
|
2024-02-02 12:27:27 +03:00
|
|
|
rushx run-local create-workspace ws1 -w DevWorkspace # Create workspace
|
2023-10-09 14:21:51 +03:00
|
|
|
rushx run-local create-account user1 -p 1234 -f John -l Appleseed # Create account
|
2023-11-03 21:05:12 +03:00
|
|
|
rushx run-local configure ws1 --list --enable '*' # Enable all modules, even if they are not yet intended to be used by a wide audience.
|
2023-10-09 14:21:51 +03:00
|
|
|
rushx run-local assign-workspace user1 ws1 # Assign workspace to user.
|
|
|
|
rushx run-local confirm-email user1 # To allow the creation of additional test workspaces.
|