From 09abab0eafdfec9bd6ec924da8cb4f5be2010653 Mon Sep 17 00:00:00 2001 From: Hubert Deng Date: Mon, 9 Jun 2025 10:13:33 -0700 Subject: [PATCH] add foreground command to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44222e4..b8db5d9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ NOTE: service-name is an optional parameter. If not provided, devservices will a - `devservices update` Update devservices to the latest version. - `devservices purge`: Purge the local devservices cache. - `devservices toggle `: Toggle the runtime for a service between containerized and local. +- `devservices foreground `: Foreground a process that is currently running in the background. This enables interactive debugging ## Installation