mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
*: update more info links to their redirects part 5 (#20107)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
> A search tool like `grep`, optimized for developers.
|
||||
> See also: `rg`, which is much faster.
|
||||
> More information: <https://beyondgrep.com/documentation>.
|
||||
> More information: <https://beyondgrep.com/documentation/>.
|
||||
|
||||
- Search for files containing a string or `regex` in the current directory recursively:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# cargo msrv
|
||||
|
||||
> Manage the Minimum Supported Rust Version (MSRV) of a project.
|
||||
> More information: <https://gribnau.dev/cargo-msrv>.
|
||||
> More information: <https://gribnau.dev/cargo-msrv/>.
|
||||
|
||||
- Display the MSRVs of dependencies (as specified in their `Cargo.toml`):
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Open-source anti-virus program.
|
||||
> ClamAV isn't a command, but a set of commands.
|
||||
> More information: <https://www.clamav.net>.
|
||||
> More information: <https://www.clamav.net/>.
|
||||
|
||||
- View documentation for scanning files using the `clamd` daemon:
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
> A modern diagram scripting language that turns text to diagrams.
|
||||
> Note: The output file supports SVG and PNG file formats.
|
||||
> More information: <https://d2lang.com/tour/man>.
|
||||
> More information: <https://d2lang.com/tour/man/>.
|
||||
|
||||
- Compile and render a D2 source file into an output file:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> A secure runtime for JavaScript, TypeScript, and WebAssembly.
|
||||
> Includes dependency management using `npm` or `jsr`, and tooling like bench, bundle, doc, and coverage.
|
||||
> More information: <https://docs.deno.com/runtime/reference/cli>.
|
||||
> More information: <https://docs.deno.com/runtime/reference/cli/>.
|
||||
|
||||
- Start a REPL (interactive shell, also known as Read-Eval-Print Loop):
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# dotenvx
|
||||
|
||||
> A better `dotenv`, from the creator of `dotenv`.
|
||||
> More information: <https://dotenvx.com/docs>.
|
||||
> More information: <https://dotenvx.com/docs/>.
|
||||
|
||||
- Run a command with environment variables from a `.env` file:
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# dub
|
||||
|
||||
> Package manager for D packages.
|
||||
> More information: <https://dub.pm/commandline>.
|
||||
> More information: <https://dub.pm/commandline/>.
|
||||
|
||||
- Interactively create a new D project:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> A lightweight and customizable notification daemon for X11 and Wayland.
|
||||
> If not started manually, D-Bus will automatically start `dunst` when a notification is sent.
|
||||
> More information: <https://dunst-project.org/documentation/dunst>.
|
||||
> More information: <https://dunst-project.org/documentation/dunst/>.
|
||||
|
||||
- Start `dunst`:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# dunstctl
|
||||
|
||||
> Control the `dunst` notification daemon.
|
||||
> More information: <https://dunst-project.org/documentation/dunstctl>.
|
||||
> More information: <https://dunst-project.org/documentation/dunstctl/>.
|
||||
|
||||
- Pause/Unpause/Toggle desktop notifications:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> A notification tool that is an extension of `notify-send`, but has more features based around `dunst`.
|
||||
> Accepts all options of `notify-send`.
|
||||
> More information: <https://dunst-project.org/documentation/dunstify>.
|
||||
> More information: <https://dunst-project.org/documentation/dunstify/>.
|
||||
|
||||
- Show a notification with a given title and message:
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
> Text editor.
|
||||
> See also: `vim`.
|
||||
> More information: <https://www.vim.org>.
|
||||
> More information: <https://www.vim.org/>.
|
||||
|
||||
- Open a file:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# flac
|
||||
|
||||
> Encodes, decodes and tests FLAC files.
|
||||
> More information: <https://xiph.org/flac>.
|
||||
> More information: <https://xiph.org/flac/>.
|
||||
|
||||
- Encode a WAV file to FLAC (this will create a FLAC file in the same location as the WAV file):
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# fswebcam
|
||||
|
||||
> Small and simple webcam for *nix.
|
||||
> More information: <https://www.sanslogic.co.uk/fswebcam>.
|
||||
> More information: <https://www.sanslogic.co.uk/fswebcam/>.
|
||||
|
||||
- Take a picture:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# git cliff
|
||||
|
||||
> A highly customizable changelog generator.
|
||||
> More information: <https://git-cliff.org/docs/usage/args>.
|
||||
> More information: <https://git-cliff.org/docs/usage/args/>.
|
||||
|
||||
- Generate a changelog from all commits in a Git repository and save it to `CHANGELOG.md`:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> A Graphical User Interface version of Vim (Vi IMproved), a command-line text editor.
|
||||
> See also: `vimdiff`, `vimtutor`, `nvim`, `vim`.
|
||||
> More information: <https://www.vim.org>.
|
||||
> More information: <https://www.vim.org/>.
|
||||
|
||||
- Open `gvim`:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# hsd-cli
|
||||
|
||||
> The REST tool for the Handshake blockchain.
|
||||
> More information: <https://handshake.org>.
|
||||
> More information: <https://handshake.org/>.
|
||||
|
||||
- Retrieve information about the current server:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# incus
|
||||
|
||||
> Modern, secure, and powerful system container and virtual machine manager.
|
||||
> More information: <https://linuxcontainers.org/incus/docs/main>.
|
||||
> More information: <https://linuxcontainers.org/incus/docs/main/>.
|
||||
|
||||
- List all containers and virtual machines (both running and stopped):
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# jigsaw
|
||||
|
||||
> A Laravel-based static site builder for PHP.
|
||||
> More information: <https://jigsaw.tighten.co>.
|
||||
> More information: <https://jigsaw.tighten.co/>.
|
||||
|
||||
- Initialize a project:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# khal
|
||||
|
||||
> A text-based calendar and scheduling application.
|
||||
> More information: <https://lostpackets.de/khal>.
|
||||
> More information: <https://lostpackets.de/khal/>.
|
||||
|
||||
- Start Khal on interactive mode:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# kubeadm
|
||||
|
||||
> Interface for creating and managing Kubernetes clusters.
|
||||
> More information: <https://kubernetes.io/docs/reference/setup-tools/kubeadm>.
|
||||
> More information: <https://kubernetes.io/docs/reference/setup-tools/kubeadm/>.
|
||||
|
||||
- Create a Kubernetes control plane:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# laravel-zero
|
||||
|
||||
> An installer for the Laravel Zero framework.
|
||||
> More information: <https://laravel-zero.com>.
|
||||
> More information: <https://laravel-zero.com/>.
|
||||
|
||||
- Create a new Laravel Zero application:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# librewolf
|
||||
|
||||
> This command is an alias of `firefox`.
|
||||
> More information: <https://librewolf.net>.
|
||||
> More information: <https://librewolf.net/>.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# lldb
|
||||
|
||||
> The LLVM Low-Level Debugger.
|
||||
> More information: <https://lldb.llvm.org>.
|
||||
> More information: <https://lldb.llvm.org/>.
|
||||
|
||||
- Debug an executable:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> A web-based interactive man-in-the-middle HTTP proxy.
|
||||
> See also: `mitmproxy`.
|
||||
> More information: <https://docs.mitmproxy.org/stable/concepts-options>.
|
||||
> More information: <https://docs.mitmproxy.org/stable/concepts-options/>.
|
||||
|
||||
- Start `mitmweb` with default settings:
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
> Music Player Client: control the Music Player Daemon (MPD).
|
||||
> See also: `mpd`, `ncmpcpp`, `cmus`.
|
||||
> More information: <https://www.musicpd.org/doc/mpc/html>.
|
||||
> More information: <https://www.musicpd.org/doc/mpc/html/>.
|
||||
|
||||
- Toggle play/pause:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# msfconsole
|
||||
|
||||
> Console for the Metasploit Framework.
|
||||
> More information: <https://docs.rapid7.com/metasploit/msf-overview>.
|
||||
> More information: <https://docs.rapid7.com/metasploit/msf-overview/>.
|
||||
|
||||
- Launch the console:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> An SMTP client.
|
||||
> It reads text from `stdin` and sends it to an SMTP server.
|
||||
> More information: <https://marlam.de/msmtp>.
|
||||
> More information: <https://marlam.de/msmtp/>.
|
||||
|
||||
- Send an email using the default account configured in `~/.msmtprc`:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# netlify
|
||||
|
||||
> Deploy sites and configure continuous deployment to the Netlify platform.
|
||||
> More information: <https://cli.netlify.com>.
|
||||
> More information: <https://cli.netlify.com/>.
|
||||
|
||||
- Log in to the Netlify account:
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
> A classic, stable interface to a powerful package manager that makes package management reliable, reproducible, and declarative.
|
||||
> Some Nix commands such as `nix-build`, `nix-shell`, `nix-env`, and `nix-store` have their own pages.
|
||||
> See also: `nix`.
|
||||
> More information: <https://nixos.org>.
|
||||
> More information: <https://nixos.org/>.
|
||||
|
||||
- Search for a package in nixpkgs via its name:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm access
|
||||
|
||||
> Set access level on published packages.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-access>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-access/>.
|
||||
|
||||
- List packages for a user or scope:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm adduser
|
||||
|
||||
> Add a registry user account.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-adduser>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-adduser/>.
|
||||
|
||||
- Create a new user in the specified registry and save credentials to `.npmrc`:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Scan for known vulnerabilities in project dependencies.
|
||||
> Reports vulnerabilities and suggests remediation.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-audit>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-audit/>.
|
||||
|
||||
- Scan the project's dependencies for known vulnerabilities:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Report bugs for a package in a web browser.
|
||||
> Attempts to open the package's bug tracker URL or support email.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-bugs>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-bugs/>.
|
||||
|
||||
- Report bugs for a specific package by opening the bug tracker for the specified package:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm cache
|
||||
|
||||
> Manage the npm package cache.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-cache>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-cache/>.
|
||||
|
||||
- Add a specific package to the cache:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Clean install of `npm` project dependencies for automated environments.
|
||||
> Installs packages based on `package-lock.json` or `npm-shrinkwrap.json`.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-ci>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-ci/>.
|
||||
|
||||
- Install project dependencies from `package-lock.json` or `npm-shrinkwrap.json`:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm completion
|
||||
|
||||
> Enable or set up tab-completion for npm commands.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-completion>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-completion/>.
|
||||
|
||||
- Enable tab-completion for the current shell session:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm config
|
||||
|
||||
> Manage the `npm` configuration settings.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-config>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-config/>.
|
||||
|
||||
- Show all configuration settings:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm dedupe
|
||||
|
||||
> Reduce duplication in the `node_modules` directory.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-dedupe>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-dedupe/>.
|
||||
|
||||
- Deduplicate packages in `node_modules`:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Compare package versions from the `npm` registry and show differences.
|
||||
> Similar to `git diff`.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-diff>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-diff/>.
|
||||
|
||||
- Compare two specific package versions:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm dist-tag
|
||||
|
||||
> Manage distribution tags on packages.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-dist-tag>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-dist-tag/>.
|
||||
|
||||
- List all distribution tags for a package:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm docs
|
||||
|
||||
> Open the documentation for one or more packages in the default web browser.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-docs>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-docs/>.
|
||||
|
||||
- Open a specific package's documentation page:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm doctor
|
||||
|
||||
> Check the health of the npm environment.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-doctor>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-doctor/>.
|
||||
|
||||
- Run all default health checks for `npm`:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Select a dependency in the current project and open the package folder in the default editor (`$EDITOR`).
|
||||
> After editing, the package is rebuilt to pick up any changes in compiled packages.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-edit>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-edit/>.
|
||||
|
||||
- Edit a locally installed package in the default editor:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm exec
|
||||
|
||||
> Execute binaries from `npm` packages.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-exec>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-exec/>.
|
||||
|
||||
- Execute the command from a local or remote `npm` package:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm explain
|
||||
|
||||
> Explain how a package is installed, detailing its dependencies and reasons for inclusion.
|
||||
> More information: <https://docs.npmjs.com/cli/explain>.
|
||||
> More information: <https://docs.npmjs.com/cli/explain/>.
|
||||
|
||||
- Explain why a specific package is installed:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm explore
|
||||
|
||||
> Browse an installed npm package.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-explore>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-explore/>.
|
||||
|
||||
- Browse an installed package:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm find-dupes
|
||||
|
||||
> Identify duplicate dependencies in `node_modules`.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-find-dupes>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-find-dupes/>.
|
||||
|
||||
- List all duplicate packages within `node_modules`:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm fund
|
||||
|
||||
> Retrieve funding information from packages.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-fund>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-fund/>.
|
||||
|
||||
- List dependencies with funding URL for the project in the current directory:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm help-search
|
||||
|
||||
> Search npm help documentation using a keyword.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-help-search>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-help-search/>.
|
||||
|
||||
- Search for commands or topics related to a keyword:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm help
|
||||
|
||||
> Display an overview of `npm` syntax, frequently used commands, and a short description of each command.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-help>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-help/>.
|
||||
|
||||
- Display the documentation for a specific command:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Manage `npm` registry hooks for packages.
|
||||
> Note: This command has been deprecated.
|
||||
> More information: <https://docs.npmjs.com/cli/v10/hook>.
|
||||
> More information: <https://docs.npmjs.com/cli/v10/hook/>.
|
||||
|
||||
- List all active hooks:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm init
|
||||
|
||||
> Create a `package.json` file.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-init>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-init/>.
|
||||
|
||||
- Initialize a new package with prompts:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Install project dependencies and run tests in a single command, mainly used in continuous integration (CI) environments.
|
||||
> Equivalent to running `npm ci && npm test`.
|
||||
> More information: <https://docs.npmjs.com/cli/install-ci-test>.
|
||||
> More information: <https://docs.npmjs.com/cli/install-ci-test/>.
|
||||
|
||||
- Install dependencies and run tests:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Equivalent to running `npm install` followed by `npm test`.
|
||||
> Note: `it` can be used as shorthand for `install-test`.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-install-test>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-install-test/>.
|
||||
|
||||
- Install all dependencies and then run tests:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm install
|
||||
|
||||
> Install Node packages.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-install>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-install/>.
|
||||
|
||||
- Install dependencies listed in `package.json`:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm link
|
||||
|
||||
> Symlink a local package into the global `node_modules` or another project for development.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-link>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-link/>.
|
||||
|
||||
- Symlink the current package globally:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Log in to a registry user account.
|
||||
> See also: `npm logout` for logging out.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-login>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-login/>.
|
||||
|
||||
- Log in to a registry user account and save the credentials to the `.npmrc` file:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Log out of the registry user account.
|
||||
> See also: `npm login` for logging in.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-logout>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-logout/>.
|
||||
|
||||
- Log out of the registry user account:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm ls
|
||||
|
||||
> Print installed packages to `stdout`.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-ls>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-ls/>.
|
||||
|
||||
- Print all versions of direct dependencies in the current project to `stdout`:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm org
|
||||
|
||||
> Manage organizations.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-org>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-org/>.
|
||||
|
||||
- Add a new user to an organization:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm outdated
|
||||
|
||||
> Check for outdated npm package dependencies.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-outdated>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-outdated/>.
|
||||
|
||||
- Find packages that are outdated in a project:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm owner
|
||||
|
||||
> Manage ownership of published packages.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-owner>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-owner/>.
|
||||
|
||||
- Add a new user as a maintainer of a package:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm pack
|
||||
|
||||
> Create a tarball from a package.
|
||||
> More information: <https://docs.npmjs.com/cli/pack>.
|
||||
> More information: <https://docs.npmjs.com/cli/pack/>.
|
||||
|
||||
- Create a tarball from the current package in the current directory:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm ping
|
||||
|
||||
> Ping `npm` registry.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-ping>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-ping/>.
|
||||
|
||||
- Ping the default `npm` registry:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm pkg
|
||||
|
||||
> Show or modify `package.json` properties.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-pkg>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-pkg/>.
|
||||
|
||||
- Get the value of a specific property:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm prefix
|
||||
|
||||
> Print the local or global prefix to `stdout`.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-prefix>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-prefix/>.
|
||||
|
||||
- Print the local prefix:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Manage the npm profile and related settings.
|
||||
> Note: This command is unaware of workspaces.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-profile>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-profile/>.
|
||||
|
||||
- View the npm profile details:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Remove extraneous packages from `node_modules`.
|
||||
> Note: Extraneous packages are those present in the node_modules folder that are not listed as any package's dependency list.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-prune>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-prune/>.
|
||||
|
||||
- Remove all extraneous packages not listed in dependencies:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm publish
|
||||
|
||||
> Publish a package to the npm registry.
|
||||
> More information: <https://docs.npmjs.com/cli/publish>.
|
||||
> More information: <https://docs.npmjs.com/cli/publish/>.
|
||||
|
||||
- Publish the current package to the default npm registry:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm query
|
||||
|
||||
> Print an array of dependency objects using CSS-like selectors.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-query>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-query/>.
|
||||
|
||||
- Print direct dependencies:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm rebuild
|
||||
|
||||
> Rebuild native Node.js packages after Node or dependency changes.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-rebuild>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-rebuild/>.
|
||||
|
||||
- Rebuild a specific package:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm repo
|
||||
|
||||
> Open the repository page of a package in the browser.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-repo>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-repo/>.
|
||||
|
||||
- Open the repository page of the current project (based on `package.json`):
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm root
|
||||
|
||||
> Display path to `node_modules` directory.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-root>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-root/>.
|
||||
|
||||
- Display path to the local `node_modules` directory:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm run
|
||||
|
||||
> Run a script.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-run>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-run/>.
|
||||
|
||||
- List available scripts:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm sbom
|
||||
|
||||
> Generate a Software Bill of Materials (SBOM) for your Node.js project.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-sbom>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-sbom/>.
|
||||
|
||||
- Output a list of all dependencies in your project:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm search
|
||||
|
||||
> Search for packages in the `npm` registry.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-search>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-search/>.
|
||||
|
||||
- Search for a package by name:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Lock down the dependencies of a package, creating a `npm-shrinkwrap.json` file.
|
||||
> Similar to `package-lock.json` but intended for published packages.
|
||||
> More information: <https://docs.npmjs.com/cli/shrinkwrap>.
|
||||
> More information: <https://docs.npmjs.com/cli/shrinkwrap/>.
|
||||
|
||||
- Generate a `npm-shrinkwrap.json` file from the current `package-lock.json`:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm star
|
||||
|
||||
> Mark a package as favorite.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-star>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-star/>.
|
||||
|
||||
- Star a public package from the default registry:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm stars
|
||||
|
||||
> View packages marked as favorites.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-stars>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-stars/>.
|
||||
|
||||
- Show all starred packages by the currently logged-in user:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm team
|
||||
|
||||
> Manage teams in an organization on the `npm` registry.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-team>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-team/>.
|
||||
|
||||
- Add a user to a team in an organization:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm token
|
||||
|
||||
> Manage and generate authentication tokens for the npm registry.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-token>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-token/>.
|
||||
|
||||
- Create a new authentication token:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm uninstall
|
||||
|
||||
> Remove a package.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-uninstall>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-uninstall/>.
|
||||
|
||||
- Remove a package from the current project:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm unpublish
|
||||
|
||||
> Remove a package from the npm registry.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-unpublish>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-unpublish/>.
|
||||
|
||||
- Unpublish a specific package version:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm unstar
|
||||
|
||||
> Remove the favorite/star mark from a package.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-unstar>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-unstar/>.
|
||||
|
||||
- Unstar a public package from the default registry:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm update
|
||||
|
||||
> Update packages in the current project.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-update>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-update/>.
|
||||
|
||||
- Update all packages in the current project:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm version
|
||||
|
||||
> Bump a node package version.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-version>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-version/>.
|
||||
|
||||
- Display version:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm view
|
||||
|
||||
> View registry information about a package.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-view>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-view/>.
|
||||
|
||||
- View information about the latest version of a package:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm whoami
|
||||
|
||||
> Display npm username.
|
||||
> More information: <https://docs.npmjs.com/cli/whoami>.
|
||||
> More information: <https://docs.npmjs.com/cli/whoami/>.
|
||||
|
||||
- Display username of the currently logged-in user:
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
> JavaScript and Node.js package manager.
|
||||
> Manage Node.js projects and their module dependencies.
|
||||
> More information: <https://docs.npmjs.com/cli/npm>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm/>.
|
||||
|
||||
- Create a `package.json` file with default values (omit `--yes` to do it interactively):
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# ntp-ctl
|
||||
|
||||
> Management client for the `ntpd-rs` daemon.
|
||||
> More information: <https://docs.ntpd-rs.pendulum-project.org/man/ntp-ctl.8>.
|
||||
> More information: <https://docs.ntpd-rs.pendulum-project.org/man/ntp-ctl.8/>.
|
||||
|
||||
- Display information about the current state of the NTP daemon:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# nvcc
|
||||
|
||||
> The NVIDIA CUDA Compiler Driver.
|
||||
> More information: <https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc>.
|
||||
> More information: <https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/>.
|
||||
|
||||
- Compile a CUDA program:
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
> Neovim, a programmer's text editor based on Vim, provides several modes for different kinds of text manipulation.
|
||||
> Pressing `<i>` in normal mode enters insert mode. `<Esc>` or `<Ctrl c>` goes back to normal mode, which doesn't allow regular text insertion.
|
||||
> See also: `vim`, `vimtutor`, `vimdiff`.
|
||||
> More information: <https://neovim.io>.
|
||||
> More information: <https://neovim.io/>.
|
||||
|
||||
- Open a file:
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# op
|
||||
|
||||
> Official CLI for 1Password's desktop app.
|
||||
> More information: <https://developer.1password.com/docs/cli/reference>.
|
||||
> More information: <https://developer.1password.com/docs/cli/reference/>.
|
||||
|
||||
- Sign in to a 1Password account:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# particle
|
||||
|
||||
> Interact with Particle devices.
|
||||
> More information: <https://docs.particle.io/tutorials/developer-tools/cli>.
|
||||
> More information: <https://docs.particle.io/tutorials/developer-tools/cli/>.
|
||||
|
||||
- Log in or create an account for the Particle CLI:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pip freeze
|
||||
|
||||
> List installed packages in requirements format.
|
||||
> More information: <https://pip.pypa.io/en/stable/cli/pip_freeze>.
|
||||
> More information: <https://pip.pypa.io/en/stable/cli/pip_freeze/>.
|
||||
|
||||
- List installed packages:
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# pkl
|
||||
|
||||
> Manages, evaluates, and tests Pkl configuration modules.
|
||||
> More information: <https://pkl-lang.org/main/current/pkl-cli>.
|
||||
> More information: <https://pkl-lang.org/main/current/pkl-cli/>.
|
||||
|
||||
- Evaluate the given Pkl modules and produce their rendering results:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pngcrush
|
||||
|
||||
> PNG compression utility.
|
||||
> More information: <https://pmt.sourceforge.io/pngcrush>.
|
||||
> More information: <https://pmt.sourceforge.io/pngcrush/>.
|
||||
|
||||
- Compress a PNG file:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# pulumi install
|
||||
|
||||
> Install packages and plugins for the current program or policy pack.
|
||||
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_install>.
|
||||
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_install/>.
|
||||
|
||||
- Install packages and plugins:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> An extremely fast Python linter. `check` is the default command - it can be omitted everywhere.
|
||||
> If no files or directories are specified, the current working directory is used by default.
|
||||
> More information: <https://docs.astral.sh/ruff/linter>.
|
||||
> More information: <https://docs.astral.sh/ruff/linter/>.
|
||||
|
||||
- Run the linter on the given files or directories:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> An extremely fast Python code formatter.
|
||||
> If no files or directories are specified, the current working directory is used by default.
|
||||
> More information: <https://docs.astral.sh/ruff/formatter>.
|
||||
> More information: <https://docs.astral.sh/ruff/formatter/>.
|
||||
|
||||
- Format given files or directories in-place:
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user