docker restart deep-links
Deep.Links is started together with Deep.Case app and other services in GitPod. So to restart it from GitPod you should do the following:
Find terminal there npm run gitpod-start
command was executed.
Press CTRL+C
in terminal to stop a Deep instance (Deep.Links and Deep.Case).
Press ↑
button on your keyboard to get last executed command.
Press Enter
to execute that command again, that will finish restart sequence.
docker logs deep-links
docker logs -f deep-links
docker exec -it deep-links sh
See Documentation for examples and API
Generated using TypeDoc