diagrid dev stop
Terminate one or more local app connections
Description
Terminate the app connection from 1+ App ID(s) to your local machine
diagrid dev stop [flags]
Examples
# Stop running applications and terminate one or more local app connections using an existing dev config file
diagrid dev stop -f project-dev.yaml
# Terminate the local app connection for a specific App ID
diagrid dev stop --app-id my-appid
Options
-f, --file string Path to config file
-a, --app-id string App ID
-h, --help help for stop
SEE ALSO
- diagrid dev - Run and connect code to the Catalyst APIs for development