mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-24 12:06:57 +03:00
13 lines
299 B
Bash
Executable File
13 lines
299 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Restore workspace contents in mongo/elastic
|
|
./tool.sh backup-restore ./sanity-ws sanity-ws
|
|
|
|
./tool.sh upgrade-workspace 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
|