mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-15 02:23:12 +00:00
19 lines
614 B
Bash
Executable File
19 lines
614 B
Bash
Executable File
./tool-local.sh create-workspace sanity-ws
|
|
|
|
./tool-local.sh create-account user1 -f John -l Appleseed -p 1234
|
|
./tool-local.sh create-account user2 -f Kainin -l Dirak -p 1234
|
|
|
|
# Restore workspace contents in mongo/elastic
|
|
./tool-local.sh backup-restore ./sanity-ws sanity-ws
|
|
|
|
./tool-local.sh upgrade-workspace sanity-ws
|
|
|
|
./tool-local.sh assign-workspace user1 sanity-ws
|
|
./tool-local.sh assign-workspace user2 sanity-ws
|
|
|
|
./tool-local.sh set-user-role user1 sanity-ws OWNER
|
|
./tool-local.sh set-user-role user2 sanity-ws OWNER
|
|
|
|
./tool-local.sh configure sanity-ws --enable=*
|
|
./tool-local.sh configure sanity-ws --list
|