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