mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 22:12:44 +03:00
aa218ab898
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
11 lines
262 B
Bash
Executable File
11 lines
262 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Restore workspace contents in mongo/elastic
|
|
./tool.sh restore-workspace sanity-ws sanity-ws/
|
|
|
|
# Re-assign user to workspace.
|
|
./tool.sh assign-workspace user1 sanity-ws
|
|
|
|
./tool.sh configure sanity-ws --enable=*
|
|
./tool.sh configure sanity-ws --list
|