From 6f865fefdfea9acaf556dd64ebdef89b59598c57 Mon Sep 17 00:00:00 2001 From: Russell Centanni Date: Thu, 29 Feb 2024 13:04:35 -0500 Subject: [PATCH] docs: remove reference to outdated command ENG-2956 Signed-off-by: Russell Centanni --- docs/pages/configuration/dependencies/README.mdx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/pages/configuration/dependencies/README.mdx b/docs/pages/configuration/dependencies/README.mdx index 7a5224a3e9..1a45abffbb 100644 --- a/docs/pages/configuration/dependencies/README.mdx +++ b/docs/pages/configuration/dependencies/README.mdx @@ -164,15 +164,6 @@ If DevSpace detects that two projects within the dependency tree define the same ### Circular Dependencies If DevSpace detects two projects which define each other as dependencies (either directly or via child-dependencies), DevSpace will print a warning showing the problematic dependency path within the dependency tree. -## Useful Commands - -### `devspace update dependencies` -If you want to force DevSpace to update the dependencies (e.g. git fetch & pull), you can run the following command: -```bash -devspace update dependencies -``` - - ## Configuration