diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 542bc97ef..631ce3070 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -141,7 +141,7 @@ You should always add a base page (e.g. `git`) that describes the program and ba The following methods can be used to reference subcommands: -- You can add a note saying ``Some subcommands such as `example command` have their own usage documentation`` to the main page. (See the [subcommand reference](/contributing-guides/translation-templates/subcommand-mention.md) page for translation templates.) +- You can add a note saying ``Some subcommands such as `example command` have their own usage documentation`` to the main page. (See the [subcommand reference](/contributing-guides/translation-templates/subcommand-mention.md) page for translation templates). `example command` should only include the subcommand (e.g. `commit` instead of `git commit`). - You can use ``See also: `command1`, `command2`.`` template to reference similar commands, aliases and subcommands. - Alternatively, the whole page can be converted to reference the main subcommands. diff --git a/pages/common/adb.md b/pages/common/adb.md index 29a9316b0..069a74521 100644 --- a/pages/common/adb.md +++ b/pages/common/adb.md @@ -1,7 +1,7 @@ # adb > Android Debug Bridge: communicate with an Android emulator instance or connected Android devices. -> Some subcommands such as `adb shell` have their own usage documentation. +> Some subcommands such as `shell` have their own usage documentation. > More information: . - Check whether the adb server process is running and start it: diff --git a/pages/common/amass.md b/pages/common/amass.md index aae7b17b8..cad417b15 100644 --- a/pages/common/amass.md +++ b/pages/common/amass.md @@ -1,7 +1,7 @@ # amass > In-depth Attack Surface Mapping and Asset Discovery tool. -> Some subcommands such as `amass intel` have their own usage documentation. +> Some subcommands such as `intel` have their own usage documentation. > More information: . - Execute an Amass subcommand: diff --git a/pages/common/ansible.md b/pages/common/ansible.md index f6148f67f..bc22590d2 100644 --- a/pages/common/ansible.md +++ b/pages/common/ansible.md @@ -1,7 +1,7 @@ # ansible > Manage groups of computers remotely over SSH. (use the `/etc/ansible/hosts` file to add new groups/hosts). -> Some subcommands such as `ansible galaxy` have their own usage documentation. +> Some subcommands such as `galaxy` have their own usage documentation. > More information: . - List hosts belonging to a group: diff --git a/pages/common/argocd.md b/pages/common/argocd.md index d36773beb..94eaf48de 100644 --- a/pages/common/argocd.md +++ b/pages/common/argocd.md @@ -1,7 +1,7 @@ # argocd > Command-line interface to control a Argo CD server. -> Some subcommands such as `argocd app` have their own usage documentation. +> Some subcommands such as `app` have their own usage documentation. > More information: . - Login to Argo CD server: diff --git a/pages/common/aws-s3.md b/pages/common/aws-s3.md index f15e5f360..d541e019d 100644 --- a/pages/common/aws-s3.md +++ b/pages/common/aws-s3.md @@ -1,7 +1,7 @@ # aws s3 > CLI for AWS S3 - provides storage through web services interfaces. -> Some subcommands such as `aws s3 cp` have their own usage documentation. +> Some subcommands such as `cp` have their own usage documentation. > More information: . - Show files in a bucket: diff --git a/pages/common/aws.md b/pages/common/aws.md index 1e19b393e..11230e883 100644 --- a/pages/common/aws.md +++ b/pages/common/aws.md @@ -1,7 +1,7 @@ # aws > The official CLI tool for Amazon Web Services. -> Some subcommands such as `aws s3` have their own usage documentation. +> Some subcommands such as `s3` have their own usage documentation. > More information: . - Configure the AWS Command-line: diff --git a/pages/common/az.md b/pages/common/az.md index 4cff0f4c4..e91cd3ec0 100644 --- a/pages/common/az.md +++ b/pages/common/az.md @@ -1,7 +1,7 @@ # az > The official CLI tool for Microsoft Azure. -> Some subcommands such as `az login` have their own usage documentation. +> Some subcommands such as `login` have their own usage documentation. > More information: . - Log in to Azure: diff --git a/pages/common/bundletool.md b/pages/common/bundletool.md index 9d3448355..a467a7bce 100644 --- a/pages/common/bundletool.md +++ b/pages/common/bundletool.md @@ -1,7 +1,7 @@ # bundletool > Manipulate Android Application Bundles. -> Some subcommands such as `bundletool validate` have their own usage documentation. +> Some subcommands such as `validate` have their own usage documentation. > More information: . - Display help for a subcommand: diff --git a/pages/common/conan.md b/pages/common/conan.md index 6f0b269e1..9e8ea691f 100644 --- a/pages/common/conan.md +++ b/pages/common/conan.md @@ -1,7 +1,7 @@ # conan > The open source, decentralized and cross-platform package manager to create and share all your native binaries. -> Some subcommands such as `conan frogarian` have their own usage documentation. +> Some subcommands such as `frogarian` have their own usage documentation. > More information: . - Install packages based on `conanfile.txt`: diff --git a/pages/common/conda.md b/pages/common/conda.md index 59d0caae8..e6cc4dbc7 100644 --- a/pages/common/conda.md +++ b/pages/common/conda.md @@ -1,7 +1,7 @@ # conda > Package, dependency and environment management for any programming language. -> Some subcommands such as `conda create` have their own usage documentation. +> Some subcommands such as `create` have their own usage documentation. > More information: . - Create a new environment, installing named packages into it: diff --git a/pages/common/consul.md b/pages/common/consul.md index 28b204f5e..88fcd2166 100644 --- a/pages/common/consul.md +++ b/pages/common/consul.md @@ -1,7 +1,7 @@ # consul > Distributed key-value store with health checking and service discovery. -> Some subcommands such as `consul kv` have their own usage documentation. +> Some subcommands such as `kv` have their own usage documentation. > More information: . - Display help: diff --git a/pages/common/cradle.md b/pages/common/cradle.md index dbf6dd1fe..a0f0e5994 100644 --- a/pages/common/cradle.md +++ b/pages/common/cradle.md @@ -1,7 +1,7 @@ # cradle > The Cradle PHP framework. -> Some subcommands such as `cradle install` have their own usage documentation. +> Some subcommands such as `install` have their own usage documentation. > More information: . - Connect to a server: diff --git a/pages/common/docker.md b/pages/common/docker.md index 188e8d61c..d2cd324f5 100644 --- a/pages/common/docker.md +++ b/pages/common/docker.md @@ -1,7 +1,7 @@ # docker > Manage Docker containers and images. -> Some subcommands such as `docker run` have their own usage documentation. +> Some subcommands such as `run` have their own usage documentation. > More information: . - List all Docker containers (running and stopped): diff --git a/pages/common/doppler.md b/pages/common/doppler.md index 3c710df89..47d40b7a8 100644 --- a/pages/common/doppler.md +++ b/pages/common/doppler.md @@ -1,7 +1,7 @@ # doppler > Manage environment variables across different environments using Doppler. -> Some subcommands such as `doppler run` and `doppler secrets` have their own usage documentation. +> Some subcommands such as `run` and `secrets` have their own usage documentation. > More information: . - Setup Doppler CLI in the current directory: diff --git a/pages/common/dotnet.md b/pages/common/dotnet.md index e27b368b2..b9b374eb1 100644 --- a/pages/common/dotnet.md +++ b/pages/common/dotnet.md @@ -1,7 +1,7 @@ # dotnet > Cross platform .NET command-line tools for .NET Core. -> Some subcommands such as `dotnet build` have their own usage documentation. +> Some subcommands such as `build` have their own usage documentation. > More information: . - Initialize a new .NET project: diff --git a/pages/common/drupal.md b/pages/common/drupal.md index afae74e5c..f4d455bcc 100644 --- a/pages/common/drupal.md +++ b/pages/common/drupal.md @@ -1,7 +1,7 @@ # drupal > Generate boilerplate code, interact with and debug Drupal projects. -> Some subcommands such as `drupal check` have their own usage documentation. +> Some subcommands such as `check` have their own usage documentation. > More information: . - Install a module: diff --git a/pages/common/dvc.md b/pages/common/dvc.md index 355f04804..c93b035b2 100644 --- a/pages/common/dvc.md +++ b/pages/common/dvc.md @@ -1,7 +1,7 @@ # dvc > Data Version Control: like `git` for data. -> Some subcommands such as `dvc commit` have their own usage documentation. +> Some subcommands such as `commit` have their own usage documentation. > More information: . - Execute a DVC subcommand: diff --git a/pages/common/flutter.md b/pages/common/flutter.md index 5eacb8929..803415a4b 100644 --- a/pages/common/flutter.md +++ b/pages/common/flutter.md @@ -1,7 +1,7 @@ # flutter > Google's free, open source, and cross-platform mobile app SDK. -> Some subcommands such as `flutter pub` have their own usage documentation. +> Some subcommands such as `pub` have their own usage documentation. > More information: . - Initialize a new Flutter project in a directory of the same name: diff --git a/pages/common/fossil.md b/pages/common/fossil.md index c7d50b230..b22a43a01 100644 --- a/pages/common/fossil.md +++ b/pages/common/fossil.md @@ -1,7 +1,7 @@ # fossil > Distributed version control system. -> Some subcommands such as `fossil commit` have their own usage documentation. +> Some subcommands such as `commit` have their own usage documentation. > More information: . - Execute a Fossil subcommand: diff --git a/pages/common/gh-pr.md b/pages/common/gh-pr.md index f17fade83..4f5e76687 100644 --- a/pages/common/gh-pr.md +++ b/pages/common/gh-pr.md @@ -1,7 +1,7 @@ # gh pr > Manage GitHub pull requests. -> Some subcommands such as `gh pr create` have their own usage documentation. +> Some subcommands such as `create` have their own usage documentation. > More information: . - Create a pull request: diff --git a/pages/common/gh.md b/pages/common/gh.md index f9f5d3824..7f929be53 100644 --- a/pages/common/gh.md +++ b/pages/common/gh.md @@ -1,7 +1,7 @@ # gh > Work seamlessly with GitHub. -> Some subcommands such as `gh config` have their own usage documentation. +> Some subcommands such as `config` have their own usage documentation. > More information: . - Clone a GitHub repository locally: diff --git a/pages/common/gitlab.md b/pages/common/gitlab.md index 9ba2c0844..9ecdc6f81 100644 --- a/pages/common/gitlab.md +++ b/pages/common/gitlab.md @@ -1,7 +1,7 @@ # gitlab > Ruby wrapper for the GitLab API. -> Some subcommands such as `gitlab ctl` have their own usage documentation. +> Some subcommands such as `ctl` have their own usage documentation. > More information: . - Create a new project: diff --git a/pages/common/glab-mr.md b/pages/common/glab-mr.md index a672a9187..0bd4097e7 100644 --- a/pages/common/glab-mr.md +++ b/pages/common/glab-mr.md @@ -1,7 +1,7 @@ # glab mr > Manage GitLab merge requests. -> Some subcommands such as `glab mr create` have their own usage documentation. +> Some subcommands such as `create` have their own usage documentation. > More information: . - Create a merge request: diff --git a/pages/common/glab.md b/pages/common/glab.md index e6895af00..4dcaa4cb4 100644 --- a/pages/common/glab.md +++ b/pages/common/glab.md @@ -1,7 +1,7 @@ # glab > Work seamlessly with GitLab. -> Some subcommands such as `glab config` have their own usage documentation. +> Some subcommands such as `config` have their own usage documentation. > More information: . - Clone a GitLab repository locally: diff --git a/pages/common/go.md b/pages/common/go.md index 63c3ed1e3..3b77b1c81 100644 --- a/pages/common/go.md +++ b/pages/common/go.md @@ -1,7 +1,7 @@ # go > Manage Go source code. -> Some subcommands such as `go build` have their own usage documentation. +> Some subcommands such as `build` have their own usage documentation. > More information: . - Download and install a package, specified by its import path: diff --git a/pages/common/hg.md b/pages/common/hg.md index 88ff0e268..5794ae77e 100644 --- a/pages/common/hg.md +++ b/pages/common/hg.md @@ -1,7 +1,7 @@ # hg > Mercurial - a distributed source control management system. -> Some subcommands such as `hg commit` have their own usage documentation. +> Some subcommands such as `commit` have their own usage documentation. > More information: . - Execute a Mercurial command: diff --git a/pages/common/kubectl.md b/pages/common/kubectl.md index 9b9511b5f..39b722813 100644 --- a/pages/common/kubectl.md +++ b/pages/common/kubectl.md @@ -1,7 +1,7 @@ # kubectl > Command-line interface for running commands against Kubernetes clusters. -> Some subcommands such as `kubectl run` have their own usage documentation. +> Some subcommands such as `run` have their own usage documentation. > More information: . - List information about a resource with more details: diff --git a/pages/common/mamba.md b/pages/common/mamba.md index 9c77b7c33..ffb1a6998 100644 --- a/pages/common/mamba.md +++ b/pages/common/mamba.md @@ -1,7 +1,7 @@ # mamba > Fast, cross-platform package manager, intended as a drop-in replacement for conda. -> Some subcommands such as `mamba repoquery` have their own usage documentation. +> Some subcommands such as `repoquery` have their own usage documentation. > More information: . - Create a new environment, installing the specified packages into it: diff --git a/pages/common/nxc.md b/pages/common/nxc.md index eb74c48f6..30bf938f5 100644 --- a/pages/common/nxc.md +++ b/pages/common/nxc.md @@ -1,7 +1,7 @@ # nxc > Network service enumeration and exploitation tool. -> Some subcommands such as `nxc smb` have their own usage documentation. +> Some subcommands such as `smb` have their own usage documentation. > More information: . - [L]ist available modules for the specified protocol: diff --git a/pages/common/odps.md b/pages/common/odps.md index 95bdfc99a..45ba0227f 100644 --- a/pages/common/odps.md +++ b/pages/common/odps.md @@ -1,7 +1,7 @@ # odps > Aliyun ODPS (Open Data Processing Service) command-line tool. -> Some subcommands such as `odps inst` have their own usage documentation. +> Some subcommands such as `inst` have their own usage documentation. > More information: . - Start the command-line with a custom configuration file: diff --git a/pages/common/openssl.md b/pages/common/openssl.md index 5010bcfc4..ac4a2fc06 100644 --- a/pages/common/openssl.md +++ b/pages/common/openssl.md @@ -1,7 +1,7 @@ # openssl > OpenSSL cryptographic toolkit. -> Some subcommands such as `openssl req` have their own usage documentation. +> Some subcommands such as `req` have their own usage documentation. > More information: . - Display help: diff --git a/pages/common/pio.md b/pages/common/pio.md index 5a1fc9a80..274c268c8 100644 --- a/pages/common/pio.md +++ b/pages/common/pio.md @@ -1,7 +1,7 @@ # pio > Development environment for embedded boards. -> Some subcommands such as `pio run` have their own usage documentation. +> Some subcommands such as `run` have their own usage documentation. > More information: . - Display help and list subcommands: diff --git a/pages/common/pip.md b/pages/common/pip.md index 300c7527d..9756647a0 100644 --- a/pages/common/pip.md +++ b/pages/common/pip.md @@ -1,7 +1,7 @@ # pip > Python package manager. -> Some subcommands such as `pip install` have their own usage documentation. +> Some subcommands such as `install` have their own usage documentation. > More information: . - Install a package (see `pip install` for more install examples): diff --git a/pages/common/pueue.md b/pages/common/pueue.md index 9edeb077d..5bc801224 100644 --- a/pages/common/pueue.md +++ b/pages/common/pueue.md @@ -1,7 +1,7 @@ # pueue > A task management tool for sequential and parallel execution of long-running tasks. -> Some subcommands such as `pueue add` have their own usage documentation. +> Some subcommands such as `add` have their own usage documentation. > More information: . - Show general help and available subcommands: diff --git a/pages/common/pulumi.md b/pages/common/pulumi.md index 4b55aad61..58d0cebf0 100644 --- a/pages/common/pulumi.md +++ b/pages/common/pulumi.md @@ -1,7 +1,7 @@ # pulumi > Define infrastructure on any cloud using familiar programming languages. -> Some subcommands such as `pulumi up` have their own usage documentation. +> Some subcommands such as `up` have their own usage documentation. > More information: . - Create a new project using a template: diff --git a/pages/common/puppet.md b/pages/common/puppet.md index 5f30bb318..1413cc7ee 100644 --- a/pages/common/puppet.md +++ b/pages/common/puppet.md @@ -1,7 +1,7 @@ # puppet > Help to manage and automate the configuration of servers. -> Some subcommands such as `puppet agent` have their own usage documentation. +> Some subcommands such as `agent` have their own usage documentation. > More information: . - Execute a Puppet subcommand: diff --git a/pages/common/rails.md b/pages/common/rails.md index a6886f828..7c61f0ce0 100644 --- a/pages/common/rails.md +++ b/pages/common/rails.md @@ -1,7 +1,7 @@ # rails > A server-side MVC framework written in Ruby. -> Some subcommands such as `rails generate` have their own usage documentation. +> Some subcommands such as `generate` have their own usage documentation. > More information: . - Create a new rails project: diff --git a/pages/common/starship.md b/pages/common/starship.md index c3747c63b..cb833048e 100644 --- a/pages/common/starship.md +++ b/pages/common/starship.md @@ -1,7 +1,7 @@ # starship > The minimal, blazing-fast, and infinitely customizable prompt for any shell. -> Some subcommands such as `starship init` have their own usage documentation. +> Some subcommands such as `init` have their own usage documentation. > More information: . - Print the starship integration code for the specified shell: diff --git a/pages/common/tailscale.md b/pages/common/tailscale.md index 97fa8dd99..10e9a320a 100644 --- a/pages/common/tailscale.md +++ b/pages/common/tailscale.md @@ -1,7 +1,7 @@ # tailscale > A private WireGuard network service. -> Some subcommands such as `tailscale up` have their own usage documentation. +> Some subcommands such as `up` have their own usage documentation. > More information: . - Connect to Tailscale: diff --git a/pages/common/tlmgr.md b/pages/common/tlmgr.md index 8dc0ae27d..82158769c 100644 --- a/pages/common/tlmgr.md +++ b/pages/common/tlmgr.md @@ -1,7 +1,7 @@ # tlmgr > Manage packages and configuration options of an existing TeX Live installation. -> Some subcommands such as `tlmgr paper` have their own usage documentation. +> Some subcommands such as `paper` have their own usage documentation. > More information: . - Install a package and its dependencies: diff --git a/pages/common/uv.md b/pages/common/uv.md index d2a437593..b738b2d45 100644 --- a/pages/common/uv.md +++ b/pages/common/uv.md @@ -1,7 +1,7 @@ # uv > A fast Python package and project manager. -> Some subcommands such as `uv tool` and `uv python` have their own usage documentation. +> Some subcommands such as `tool` and `python` have their own usage documentation. > More information: . - Create a new Python project in the current directory: diff --git a/pages/common/vboxmanage.md b/pages/common/vboxmanage.md index de3947487..d06a8b2a5 100644 --- a/pages/common/vboxmanage.md +++ b/pages/common/vboxmanage.md @@ -2,7 +2,7 @@ > Command-line interface to VirtualBox. > Includes all the functionality of the GUI and more. -> Some subcommands such as `vboxmanage startvm` have their own usage documentation. +> Some subcommands such as `startvm` have their own usage documentation. > More information: . - Execute a VboxManage subcommand: diff --git a/pages/common/virsh.md b/pages/common/virsh.md index 516077354..f26438241 100644 --- a/pages/common/virsh.md +++ b/pages/common/virsh.md @@ -1,7 +1,7 @@ # virsh -> Manage virsh guest domains. (Note: 'guest_id' can be the ID, name or UUID of the guest). -> Some subcommands such as `virsh list` have their own usage documentation. +> Manage `virsh` guest domains. (Note: `guest_id` can be the ID, name or UUID of the guest). +> Some subcommands such as `list` have their own usage documentation. > More information: . - Connect to a hypervisor session: diff --git a/pages/common/vue.md b/pages/common/vue.md index bfcec914f..3ba7b052c 100644 --- a/pages/common/vue.md +++ b/pages/common/vue.md @@ -1,7 +1,7 @@ # vue > Multi-purpose CLI for Vue.js. -> Some subcommands such as `vue build` have their own usage documentation. +> Some subcommands such as `build` have their own usage documentation. > More information: . - Create a new Vue project interactively: diff --git a/pages/common/xml.md b/pages/common/xml.md index 529587797..7ad9adab5 100644 --- a/pages/common/xml.md +++ b/pages/common/xml.md @@ -1,7 +1,7 @@ # xml > XMLStarlet Toolkit: query, edit, check, convert and transform XML documents. -> Some subcommands such as `xml validate` have their own usage documentation. +> Some subcommands such as `validate` have their own usage documentation. > More information: . - Display general help, including the list of subcommands: diff --git a/pages/linux/bpftool.md b/pages/linux/bpftool.md index a4ee7a409..8df7fbcc1 100644 --- a/pages/linux/bpftool.md +++ b/pages/linux/bpftool.md @@ -1,7 +1,7 @@ # bpftool > Inspect and manipulate eBPF programs and maps in a simple way. -> Some subcommands such as `bpftool prog` have their own usage documentation. +> Some subcommands such as `prog` have their own usage documentation. > More information: . - List information about loaded `eBPF` programs: diff --git a/pages/linux/btrfs.md b/pages/linux/btrfs.md index 947a16bfb..f0da7e040 100644 --- a/pages/linux/btrfs.md +++ b/pages/linux/btrfs.md @@ -1,7 +1,7 @@ # btrfs > A filesystem based on the copy-on-write (COW) principle for Linux. -> Some subcommands such as `btrfs device` have their own usage documentation. +> Some subcommands such as `device` have their own usage documentation. > More information: . - Create subvolume: diff --git a/pages/linux/dpkg.md b/pages/linux/dpkg.md index d9e97cec4..18be48cf6 100644 --- a/pages/linux/dpkg.md +++ b/pages/linux/dpkg.md @@ -1,7 +1,7 @@ # dpkg > Debian package manager. -> Some subcommands such as `dpkg deb` have their own usage documentation. +> Some subcommands such as `deb` have their own usage documentation. > For equivalent commands in other package managers, see . > More information: . diff --git a/pages/linux/ip.md b/pages/linux/ip.md index 51cb93e56..484358d5f 100644 --- a/pages/linux/ip.md +++ b/pages/linux/ip.md @@ -1,7 +1,7 @@ # ip > Show/manipulate routing, devices, policy routing and tunnels. -> Some subcommands such as `ip address` have their own usage documentation. +> Some subcommands such as `address` have their own usage documentation. > More information: . - List interfaces with detailed info: diff --git a/pages/linux/toolbox.md b/pages/linux/toolbox.md index b7c29b5f1..cfe5840f4 100644 --- a/pages/linux/toolbox.md +++ b/pages/linux/toolbox.md @@ -1,7 +1,7 @@ # toolbox > Manage containerized command-line environments on Linux. -> Some subcommands such as `toolbox create` have their own usage documentation. +> Some subcommands such as `create` have their own usage documentation. > More information: . - Run a `toolbox` subcommand: diff --git a/pages/osx/diskutil.md b/pages/osx/diskutil.md index 77f964dab..efcc4b752 100644 --- a/pages/osx/diskutil.md +++ b/pages/osx/diskutil.md @@ -1,7 +1,7 @@ # diskutil > Utility to manage local disks and volumes. -> Some subcommands such as `diskutil partitiondisk` have their own usage documentation. +> Some subcommands such as `partitiondisk` have their own usage documentation. > More information: . - List all currently available disks, partitions and mounted volumes: diff --git a/pages/windows/choco.md b/pages/windows/choco.md index 21c555159..8ffab906b 100644 --- a/pages/windows/choco.md +++ b/pages/windows/choco.md @@ -1,7 +1,7 @@ # choco > The Chocolatey package manager. -> Some subcommands such as `choco install` have their own usage documentation. +> Some subcommands such as `install` have their own usage documentation. > More information: . - Execute a Chocolatey command: diff --git a/pages/windows/reg.md b/pages/windows/reg.md index feceba5ba..c5a7c46f7 100644 --- a/pages/windows/reg.md +++ b/pages/windows/reg.md @@ -1,7 +1,7 @@ # reg > Manage keys and their values in the Windows registry. -> Some subcommands such as `reg add` have their own usage documentation. +> Some subcommands such as `add` have their own usage documentation. > More information: . - Execute a registry command: