From dcd31b9d04ec3b661e9d1cc0400916e7fdf04717 Mon Sep 17 00:00:00 2001 From: Itay Mendelawy Date: Sun, 4 Jul 2021 11:09:02 +0300 Subject: [PATCH] Use `bit show --remote` to get aspect version You can use the `bit show teambit.angular/angular-v12 --remote` command syntax to get the latest version of any aspect (also - `bit list teambit.angular --remote` to see versions for all aspects in a scope). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e4f1302..84e53df1 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ bit init --harmony To use the Angular environment, you first need to check what is the latest version available: ```bash -npm dist-tag ls @teambit/angular-v12 +bit show teambit.angular/angular-v12 --remote ``` Then add the following lines in your workspace.jsonc file to apply the Angular development environment on all components in this workspace (replace `x.x.x` by the latest version available):