Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2021-08-16 21:03:29 +0300
committerGar <gar+gh@danger.computer>2021-08-17 19:01:47 +0300
commit22f3bbb2a0bf22280e0656852b9bb20795463ec5 (patch)
treead20fa64322083f54179d844346648501d337b16 /docs/content/commands/npm-owner.md
parent4314490f96b3af4ce0dcbd37802874e59e5601d1 (diff)
chore(docs): add more 'autogenerated' comments
This should prevent the kind of thing we've seen where people edit the generated docs, as in #3654 and #3630, and provide them with a helpful pointer so they put the config documentation changes in the right place.
Diffstat (limited to 'docs/content/commands/npm-owner.md')
-rw-r--r--docs/content/commands/npm-owner.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/content/commands/npm-owner.md b/docs/content/commands/npm-owner.md
index da22e899c..74e7f84af 100644
--- a/docs/content/commands/npm-owner.md
+++ b/docs/content/commands/npm-owner.md
@@ -39,6 +39,7 @@ on the command line when changing ownership with `--otp`.
<!-- AUTOGENERATED CONFIG DESCRIPTIONS START -->
<!-- automatically generated, do not edit manually -->
+<!-- see lib/utils/config/definitions.js -->
#### `registry`
* Default: "https://registry.npmjs.org/"
@@ -46,6 +47,9 @@ on the command line when changing ownership with `--otp`.
The base URL of the npm registry.
+<!-- automatically generated, do not edit manually -->
+<!-- see lib/utils/config/definitions.js -->
+
#### `otp`
* Default: null
@@ -57,6 +61,9 @@ when publishing or changing package permissions with `npm access`.
If not set, and a registry response fails with a challenge for a one-time
password, npm will prompt on the command line for one.
+<!-- automatically generated, do not edit manually -->
+<!-- see lib/utils/config/definitions.js -->
+
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
### See Also