platform/scripts/create-workspace.sh
Timur Bondarenko 8805a588bc
update readme (#3809)
Signed-off-by: Timur Bondarenko <tibode495@gmail.com>
2023-10-09 18:21:51 +07:00

6 lines
469 B
Bash

cd ./tool
rushx run-local create-workspace ws1 -o DevWorkspace # Create workspace
rushx run-local create-account user1 -p 1234 -f John -l Appleseed # Create account
rushx run-local configure sanity-ws --list --enable '*' # Enable all modules, even if they are not yet intended to be used by a wide audience.
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.