-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uberf-9394: adjust readme to account changes (#8030)
Signed-off-by: Alexey Zinoviev <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
cd ./dev/tool | ||
rushx run-local create-workspace ws1 -w DevWorkspace # Create workspace | ||
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. | ||
rushx run-local confirm-email user1 # To allow the creation of additional test workspaces. | ||
rushx run-local assign-workspace user1 ws1 # Assign workspace to user. |