diff --git a/docs/en/common/ansible-galaxy.md b/docs/en/common/ansible-galaxy.md index 1eef01cf64..b4035b67f0 100644 --- a/docs/en/common/ansible-galaxy.md +++ b/docs/en/common/ansible-galaxy.md @@ -1,9 +1,9 @@ --- layout: page title: common/ansible-galaxy (English) -description: "Create and manage Ansible roles." -content_hash: 9526fa978985f217d2203498b2e1eaab3941e58e -last_modified_at: 2023-11-12 +description: "Perform various Ansible Role and Collection related operations." +content_hash: 20e32e4b0175a5f95ce12c17381c3f23383a8aec +last_modified_at: 2024-10-19 related_topics: - title: Deutsch version url: /de/common/ansible-galaxy.html @@ -11,6 +11,9 @@ related_topics: - title: français version url: /fr/common/ansible-galaxy.html icon: bi bi-globe + - title: Indonesia version + url: /id/common/ansible-galaxy.html + icon: bi bi-globe - title: italiano version url: /it/common/ansible-galaxy.html icon: bi bi-globe @@ -24,33 +27,33 @@ tldri18n_status: 2 --- # ansible-galaxy -Create and manage Ansible roles. +Perform various Ansible Role and Collection related operations. More information: . -- Install a role: +- List installed roles or collections: -`ansible-galaxy install `username`.`role_name +`ansible-galaxy `role|collection` list` -- Remove a role: +- Search for a role with various levels of verbosely (`-v` should be specified at the end): -`ansible-galaxy remove `username`.`role_name +`ansible-galaxy role search `keyword` -v`vvvvv -- List installed roles: +- Install or remove role(s): -`ansible-galaxy list` +`ansible-galaxy role `install|remove` `role_name1 role_name2 ... -- Search for a given role: +- Create a new role: -`ansible-galaxy search `role_name +`ansible-galaxy role init `role_name -- Create a new role: +- Get information about a role: -`ansible-galaxy init `role_name +`ansible-galaxy role info `role_name -- Get information about a user role: +- Install or remove collection(s): -`ansible-galaxy role info `username`.`role_name +`ansible-galaxy collection `install|remove` `collection_name1 collection_name2 ... -- Get information about a collection: +- Display help about roles or collections: -`ansible-galaxy collection info `username`.`collection_name +`ansible-galaxy `role|collection` `-h|--help diff --git a/docs/en/common/npm-doctor.md b/docs/en/common/npm-doctor.md new file mode 100644 index 0000000000..efec19d5bc --- /dev/null +++ b/docs/en/common/npm-doctor.md @@ -0,0 +1,41 @@ +--- +layout: page +title: common/npm-doctor (English) +description: "Check the health of the npm environment." +content_hash: 77a68c297ffb9f0d376f1cec57909a8df94bd5a9 +last_modified_at: 2024-10-19 +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 doctor + +Check the health of the npm environment. +More information: . + +- Run all default health checks for npm: + +`npm doctor` + +- Check the connection to the npm registry: + +`npm doctor connection` + +- Check the versions of Node.js and npm in use: + +`npm doctor versions` + +- Check for permissions issues with npm directories and cache: + +`npm doctor permissions` + +- Validate the cached package files and checksums: + +`npm doctor cache` diff --git a/docs/en/common/npm-view.md b/docs/en/common/npm-view.md new file mode 100644 index 0000000000..be69f9ed06 --- /dev/null +++ b/docs/en/common/npm-view.md @@ -0,0 +1,49 @@ +--- +layout: page +title: common/npm-view (English) +description: "View registry information about a package." +content_hash: 04d21f42ab5957a4f702585b06592927834948b3 +last_modified_at: 2024-10-19 +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 view + +View registry information about a package. +More information: . + +- View information about the latest version of a package: + +`npm view `package + +- View information about a specific version of a package: + +`npm view `package`@`version + +- View all available versions of a package: + +`npm view `package` versions` + +- View the description of a package: + +`npm view `package` description` + +- View the dependencies of the latest version of a package: + +`npm view `package` dependencies` + +- View the repository URL of a package: + +`npm view `package` repository` + +- View the maintainers of a package: + +`npm view `package` maintainers` diff --git a/docs/en/common/typst.md b/docs/en/common/typst.md index 14690dcd43..5456fafe38 100644 --- a/docs/en/common/typst.md +++ b/docs/en/common/typst.md @@ -2,8 +2,8 @@ layout: page title: common/typst (English) description: "Compile a Typst file to PDF." -content_hash: 49c70c7ef1389ba32bb96e685896c5ec103b5123 -last_modified_at: 2023-11-12 +content_hash: 6af99c18046fd0cce005d68dacbcf7dcbc73f65a +last_modified_at: 2024-10-19 tldri18n_status: 2 --- # typst @@ -12,9 +12,9 @@ Compile a Typst file to PDF. Note: Specifying the output location is optional. More information: . -- List all discoverable fonts in the system and the given directory: +- Initialize a new Typst project in a given directory using a template (e.g., `@preview/charged-ieee`): -`typst --font-path `path/to/fonts_directory` fonts` +`typst init "`template`" `path/to/directory - Compile a Typst file: @@ -23,3 +23,7 @@ More information: . - Watch a Typst file and recompile on changes: `typst watch `path/to/source.typ` `path/to/output.pdf + +- List all discoverable fonts in the system and the given directory: + +`typst --font-path `path/to/fonts_directory` fonts` diff --git a/source b/source index d4fdd93709..0c56bbd4cd 160000 --- a/source +++ b/source @@ -1 +1 @@ -Subproject commit d4fdd937091441c48c17114ae0a7f6b2ae125602 +Subproject commit 0c56bbd4cd05e4468c8cb0f15865197685d31c8c