From e20d263819cce3c60fbc4b37cf69de40f40aa9c5 Mon Sep 17 00:00:00 2001 From: Shiftine Skyborne Date: Thu, 17 Oct 2024 18:16:51 +0000 Subject: [PATCH] Data update 2024-10-17 18-16-49 --- docs/en/common/2to3.md | 8 +++--- docs/en/common/crane-cp.md | 25 +++++++++++++++++++ docs/en/common/npm-token.md | 49 +++++++++++++++++++++++++++++++++++++ source | 2 +- 4 files changed, 80 insertions(+), 4 deletions(-) create mode 100644 docs/en/common/crane-cp.md create mode 100644 docs/en/common/npm-token.md diff --git a/docs/en/common/2to3.md b/docs/en/common/2to3.md index c81e9ece00..36facd48be 100644 --- a/docs/en/common/2to3.md +++ b/docs/en/common/2to3.md @@ -2,8 +2,8 @@ layout: page title: common/2to3 (English) description: "Automated Python 2 to 3 code conversion." -content_hash: c97409bc5a1159a5c11b69cb2ef6e5dd6a1b4f48 -last_modified_at: 2024-04-19 +content_hash: fbbc0c9954df785c90b0d2dcc8d25c7019c00d83 +last_modified_at: 2024-10-17 related_topics: - title: বাংলা version url: /bn/common/2to3.html @@ -37,7 +37,9 @@ tldri18n_status: 2 # 2to3 Automated Python 2 to 3 code conversion. -More information: . +This module has been deprecated since 3.11 and has been removed since 3.13. +For reference, see: . +More information: . - Display the changes that would be performed without performing them (dry-run): diff --git a/docs/en/common/crane-cp.md b/docs/en/common/crane-cp.md new file mode 100644 index 0000000000..dfb4a772b2 --- /dev/null +++ b/docs/en/common/crane-cp.md @@ -0,0 +1,25 @@ +--- +layout: page +title: common/crane-cp (English) +description: "This command is an alias of `crane copy`." +content_hash: cb20859347f0487662ac908f12d6c866cdd4ba23 +last_modified_at: 2024-10-17 +tldri18n_status: 0 +--- + +### Outdated Translation +This entry is currently considered outdated and its contents may not be up-to-date with other translations. + +Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. + +View original (English) version +Contributing Guidelines + +
# crane cp + +This command is an alias of `crane copy`. +More information: . + +- View documentation for the original command: + +`tldr crane copy` diff --git a/docs/en/common/npm-token.md b/docs/en/common/npm-token.md new file mode 100644 index 0000000000..76ea085073 --- /dev/null +++ b/docs/en/common/npm-token.md @@ -0,0 +1,49 @@ +--- +layout: page +title: common/npm-token (English) +description: "Manage and generate authentication tokens for the npm registry." +content_hash: 6d9264bfba4d69f35b1f80242d1faaf6be0f5cde +last_modified_at: 2024-10-17 +tldri18n_status: 0 +--- + +### Outdated Translation +This entry is currently considered outdated and its contents may not be up-to-date with other translations. + +Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. + +View original (English) version +Contributing Guidelines + +
# npm token + +Manage and generate authentication tokens for the npm registry. +More information: . + +- Create a new authentication token: + +`npm token create` + +- List all tokens associated with an account: + +`npm token list` + +- Delete a specific token using its token ID: + +`npm token revoke `token_id + +- Create a token with read-only access: + +`npm token create --read-only` + +- Create a token with publish access: + +`npm token create --publish` + +- Automatically configure an npm token in your global .npmrc file when you log in: + +`npm login` + +- Remove a token from the global configuration: + +`npm token revoke `token_id diff --git a/source b/source index 02e9559762..6c4ff1457f 160000 --- a/source +++ b/source @@ -1 +1 @@ -Subproject commit 02e955976225c8e074c52e73d3e1ca97bb36630a +Subproject commit 6c4ff1457ffaba5ba00f64713d1a5a9e7030b4f6