platform/scripts/create-workspace.sh
Alexey Zinoviev 7e0b60ee0c
uberf-9394: adjust readme to account changes ()
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-02-17 22:34:24 +07:00

5 lines
353 B
Bash

cd ./dev/tool
rushx run-local create-account user1 -p 1234 -f John -l Appleseed # Create account
rushx run-local create-workspace ws1 email:user1
rushx run-local configure ws1 --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.