CLI documentation update from CI

CI User committed Sep 28, 2021 at 02:26 UTC 24110fccf2345702bf3fef756bbf294f733b2a67
2 files changed +3 -2
cli/v6
+1 -1
@@ -1 +1 @@
1 -Subproject commit 7ced2b2aa174a6ba6820aceae829e45846596712
1 +Subproject commit ba984fad09f3cff5be8e4632fb1813d98332d662
content/cli/v6/using-npm/scope.md
+2 -1
@@ -101,7 +101,8 @@ desired, with `npm access` or on the npmjs.com website.
101
102 Scopes can be associated with a separate registry. This allows you to
103 seamlessly use a mix of packages from the primary npm registry and one or more
104 -private registries, such as npm Enterprise.
104 +private registries, such as GitHub Packages or the open source Verdaccio
105 +project.
106
107 You can associate a scope with a registry at login, e.g.
108