mention subcommands in every base page (#6383)

beep
marchersimon 2021-09-13 10:21:21 +02:00 committed by GitHub
parent 4fbb601f63
commit bd677b8b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
63 changed files with 69 additions and 26 deletions

View File

@ -75,7 +75,8 @@ Many programs use subcommands for separating functionality, which may require th
For instance, `git commit` has its own page, as well as `git push` and many others. For instance, `git commit` has its own page, as well as `git push` and many others.
To create a page for a subcommand, the program and subcommand need to be separated with a dash (`-`), so `git-commit.md` is shown when calling `tldr git commit`. To create a page for a subcommand, the program and subcommand need to be separated with a dash (`-`), so `git-commit.md` is shown when calling `tldr git commit`.
You should always add a base page (e.g. `git`) that describes the program and basic switches like `--version` or `help`. You should always add a base page (e.g. `git`) that describes the program and basic switches like `--version` or `--help`.
To let users know about the subcommand, add a note saying ``Some subcommands such as `example command` have their own usage documentation`` to the base page.
See these examples for reference: See these examples for reference:
* [git](pages/common/git.md) * [git](pages/common/git.md)

View File

@ -1,7 +1,7 @@
# ansible # ansible
> Verwalte Computergruppen per Fernzugriff über SSH. > Verwalte Computergruppen per Fernzugriff über SSH (Verwende die Datei `/etc/ansible/hosts`, um neue Gruppen/Hosts hinzuzufügen).
> Verwende die Datei `/etc/ansible/hosts`, um neue Gruppen/Hosts hinzuzufügen. > Manche Unterbefehle wie `ansible galaxy` sind separat dokumentiert.
> Weitere Informationen: <https://www.ansible.com/>. > Weitere Informationen: <https://www.ansible.com/>.
- Liste Hosts auf, die zu einer Gruppe gehören: - Liste Hosts auf, die zu einer Gruppe gehören:

View File

@ -1,7 +1,7 @@
# aws # aws
> Das offizielle CLI für Amazon Web Services. > Das offizielle CLI für Amazon Web Services.
> Ausführungssassistent, SSO, Autovervollständigung von Ressourcen sowie YAML Optionen sind nur unter Version v2 verfügbar. > Manche Unterbefehle wie `aws s3` sind separat dokumentiert.
> Weitere Informationen: <https://aws.amazon.com/cli>. > Weitere Informationen: <https://aws.amazon.com/cli>.
- Konfiguriere die AWS Kommandozeile: - Konfiguriere die AWS Kommandozeile:

View File

@ -1,7 +1,7 @@
# cargo # cargo
> Rust Paketmanager.
> Verwalte Rust-Projekte und deren Abhängigkeiten (crates). > Verwalte Rust-Projekte und deren Abhängigkeiten (crates).
> Manche Unterbefehle wie `cargo build` sind separat dokumentiert.
> Weitere Informationen: <https://crates.io/>. > Weitere Informationen: <https://crates.io/>.
- Suche nach Abhängigkeiten (crates): - Suche nach Abhängigkeiten (crates):

View File

@ -1,7 +1,7 @@
# cradle # cradle
> Das Cradle PHP Framework. > Das Cradle PHP Framework.
> Siehe `cradle-install`, `cradle-deploy`, etc. für zusätzliche Informationen. > Manche Unterbefehle wie `cradle install` sind separat dokumentiert.
> Weitere Informationen: <https://cradlephp.github.io>. > Weitere Informationen: <https://cradlephp.github.io>.
- Stelle eine Verbindung zu einem Server her: - Stelle eine Verbindung zu einem Server her:

View File

@ -1,6 +1,7 @@
# docker # docker
> Verwalte Docker Container und Images. > Verwalte Docker Container und Images.
> Manche Unterbefehle wie `docker run` sind separat dokumentiert.
> Weitere Informationen: <https://docs.docker.com/engine/reference/commandline/cli/>. > Weitere Informationen: <https://docs.docker.com/engine/reference/commandline/cli/>.
- Liste zur Zeit laufende Container auf: - Liste zur Zeit laufende Container auf:

View File

@ -1,6 +1,7 @@
# dotnet # dotnet
> Plattformübergreifende Kommandozeilenandwendungen für .NET Core. > Plattformübergreifende Kommandozeilenandwendungen für .NET Core.
> Manche Unterbefehle wie `dotnet build` sind separat dokumentiert.
> Weitere Informationen: <https://docs.microsoft.com/dotnet/core/tools/>. > Weitere Informationen: <https://docs.microsoft.com/dotnet/core/tools/>.
- Initialisiere ein neues .NET Projekt: - Initialisiere ein neues .NET Projekt:

View File

@ -1,6 +1,7 @@
# git # git
> Verteiltes Versionskontrollsystem. > Verteiltes Versionskontrollsystem.
> Manche Unterbefehle wie `git commit` sind separat dokumentiert.
> Weitere Informationen: <https://git-scm.com/>. > Weitere Informationen: <https://git-scm.com/>.
- Gib die installierte Git Version aus: - Gib die installierte Git Version aus:

View File

@ -1,7 +1,7 @@
# choco # choco
> Ein Kommandozeilenwerkzeug für die Chocolatey Paketverwaltung. > Ein Kommandozeilenwerkzeug für die Chocolatey Paketverwaltung.
> Schau dir `choco install`, `choco upgrade` und andere Seiten für weitergehende Informationen an. > Manche Unterbefehle wie `choco install` sind separat dokumentiert.
> Weitere Informationen: <https://chocolatey.org>. > Weitere Informationen: <https://chocolatey.org>.
- Führe einen Chocolatey-Befehl aus: - Führe einen Chocolatey-Befehl aus:

View File

@ -1,6 +1,7 @@
# adb # adb
> Android Debug Bridge: comunica con una instancia de un emulador Android o conecta dispositivos Android. > Android Debug Bridge: comunica con una instancia de un emulador Android o conecta dispositivos Android.
> Algunos subcomandos, como `adb shell`, tienen su propia documentación de uso.
> Más información: <https://developer.android.com/studio/command-line/adb>. > Más información: <https://developer.android.com/studio/command-line/adb>.
- Verifica si el proceso del servidor adb está ejecutandose y lo inicia: - Verifica si el proceso del servidor adb está ejecutandose y lo inicia:

View File

@ -1,6 +1,7 @@
# docker # docker
> Administra contenedores e imágenes de Docker. > Administra contenedores e imágenes de Docker.
> Algunos subcomandos, como `docker run`, tienen su propia documentación de uso.
> Más información: <https://docs.docker.com/engine/reference/commandline/cli/>. > Más información: <https://docs.docker.com/engine/reference/commandline/cli/>.
- Lista los contenedores de Docker en ejecución: - Lista los contenedores de Docker en ejecución:

View File

@ -1,6 +1,7 @@
# dotnet # dotnet
> Herramienta multiplataforma de línea de comandos para .NET Core. > Herramienta multiplataforma de línea de comandos para .NET Core.
> Algunos subcomandos, como `dotnet build`, tienen su propia documentación de uso.
> Más información: <https://docs.microsofot.com/dotnet/core/tools>. > Más información: <https://docs.microsofot.com/dotnet/core/tools>.
- Inicializa un proyecto .NET nuevo: - Inicializa un proyecto .NET nuevo:

View File

@ -1,6 +1,7 @@
# adb # adb
> Android Debug Bridge: berkomunikasi dengan emulator Android atau perangkat Android terhubung. > Android Debug Bridge: berkomunikasi dengan emulator Android atau perangkat Android terhubung.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `adb shell`.
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/adb>. > Informasi lebih lanjut: <https://developer.android.com/studio/command-line/adb>.
- Cek apakah proses server adb telah dimulai dan memulainya: - Cek apakah proses server adb telah dimulai dan memulainya:

View File

@ -1,6 +1,7 @@
# docker # docker
> Mengatur kontainer Docker dan image. > Mengatur kontainer Docker dan image.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `docker run`.
> Informasi lebih lanjut: <https://docs.docker.com/engine/reference/commandline/cli/>. > Informasi lebih lanjut: <https://docs.docker.com/engine/reference/commandline/cli/>.
- Menampilkan semua daftar kontainer docker yang sedang berjalan: - Menampilkan semua daftar kontainer docker yang sedang berjalan:

View File

@ -1,6 +1,7 @@
# git # git
> Sistem kontrol versi terdistribusi. > Sistem kontrol versi terdistribusi.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `git commit`.
> Informasi lebih lanjut: <https://git-scm.com/>. > Informasi lebih lanjut: <https://git-scm.com/>.
- Memeriksa versi Git: - Memeriksa versi Git:

View File

@ -1,6 +1,7 @@
# pip # pip
> Pengelola paket Python. > Pengelola paket Python.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `pip install`.
> Informasi lebih lanjut: <https://pip.pypa.io>. > Informasi lebih lanjut: <https://pip.pypa.io>.
- Memasang paket: - Memasang paket:

View File

@ -1,6 +1,7 @@
# vue # vue
> CLI serba guna untuk Vue.js. > CLI serba guna untuk Vue.js.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `vue build`.
> Informasi lebih lanjut: <https://cli.vuejs.org>. > Informasi lebih lanjut: <https://cli.vuejs.org>.
- Buat proyek vue baru secara interaktif: - Buat proyek vue baru secara interaktif:

View File

@ -1,6 +1,7 @@
# adb # adb
> 安卓调试桥:与 Android 模拟器或已连接的 Android 设备通信。 > 安卓调试桥:与 Android 模拟器或已连接的 Android 设备通信。
> 此命令也有关于其子命令的文件,例如:`adb shell`.
> 更多信息:<https://developer.android.com/studio/command-line/adb>. > 更多信息:<https://developer.android.com/studio/command-line/adb>.
- 检查 adb server 进程的是否在运行,并开启它: - 检查 adb server 进程的是否在运行,并开启它:

View File

@ -1,7 +1,7 @@
# ansible # ansible
> 通过 SSH 协议远程管理计算机组。 > 通过 SSH 协议远程管理计算机组。使用 `/etc/ansible/hosts` 文件来添加组 / 主机。
> 使用 `/etc/ansible/hosts` 文件来添加组 / 主机。 > 此命令也有关于其子命令的文件,例如:`ansible galaxy`.
> 主页: <https://www.ansible.com/>. > 主页: <https://www.ansible.com/>.
- 列出给定组下的所有主机: - 列出给定组下的所有主机:

View File

@ -1,6 +1,7 @@
# docker # docker
> 管理 Docker 容器和镜像。 > 管理 Docker 容器和镜像。
> 此命令也有关于其子命令的文件,例如:`docker run`.
> 更多信息:<https://docs.docker.com/engine/reference/commandline/cli/>. > 更多信息:<https://docs.docker.com/engine/reference/commandline/cli/>.
- 列出目前正在运行的 docker 容器: - 列出目前正在运行的 docker 容器:

View File

@ -1,8 +1,7 @@
# vue-cli # vue-cli
> 用于初始化 Vue.js 项目的 CLI. > 用于初始化 Vue.js 项目的 CLI.
> 本帮助适用于旧的 `vue-cli@2``@vue/cli-init` 插件,新版 CLI 文档请参见更多信息。 > 此命令也有关于其子命令的文件,例如:`vue build`.
> 官方模板包括webpack, webpack-simple, browserify, browserify-simple, simple.
> 更多信息:<https://cli.vuejs.org>. > 更多信息:<https://cli.vuejs.org>.
- 从模板创建新项目: - 从模板创建新项目:

View File

@ -1,6 +1,7 @@
# btrfs # btrfs
> 一种基于写时复制COW原理的 Linux 文件系统。 > 一种基于写时复制COW原理的 Linux 文件系统。
> 此命令也有关于其子命令的文件,例如:`btrfs device`.
> 更多信息:<https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs>. > 更多信息:<https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs>.
- 创建子卷: - 创建子卷:

View File

@ -1,7 +1,7 @@
# choco # choco
> Chocolatey 包管理器的命令行界面。 > Chocolatey 包管理器的命令行界面。
> 参见 `choco install`, `choco upgrade` 和其他的页面来获取额外的信息。 > 此命令也有关于其子命令的文件,例如:`choco install`.
- 执行 Chocolatey 命令: - 执行 Chocolatey 命令:

View File

@ -1,7 +1,7 @@
# reg # reg
> 用于在 Windows 注册表中管理键及其值的命令行界面。 > 用于在 Windows 注册表中管理键及其值的命令行界面。
> 参见 `reg-query`, `reg-add` 和其他的页面来获取额外的信息。 > 此命令也有关于其子命令的文件,例如:`reg add`.
- 执行注册表命令: - 执行注册表命令:

View File

@ -1,6 +1,7 @@
# docker # docker
> 管理 Docker 容器和映像檔。 > 管理 Docker 容器和映像檔。
> 此命令也有關於其子命令的文件,例如:`docker run`.
> 更多資訊:<https://docs.docker.com/engine/reference/commandline/cli/>. > 更多資訊:<https://docs.docker.com/engine/reference/commandline/cli/>.
- 列出目前正在運行的 docker 容器: - 列出目前正在運行的 docker 容器:

View File

@ -1,6 +1,7 @@
# adb # adb
> Android Debug Bridge: communicate with an Android emulator instance or connected Android devices. > Android Debug Bridge: communicate with an Android emulator instance or connected Android devices.
> Some subcommands such as `adb shell` have their own usage documentation.
> More information: <https://developer.android.com/studio/command-line/adb>. > More information: <https://developer.android.com/studio/command-line/adb>.
- Check whether the adb server process is running and start it: - Check whether the adb server process is running and start it:

View File

@ -1,6 +1,7 @@
# amass # amass
> In-depth Attack Surface Mapping and Asset Discovery tool. > In-depth Attack Surface Mapping and Asset Discovery tool.
> Some subcommands such as `amass db` have their own usage documentation.
> More information: <https://github.com/OWASP/Amass>. > More information: <https://github.com/OWASP/Amass>.
- Check the Amass version: - Check the Amass version:

View File

@ -1,7 +1,7 @@
# ansible # ansible
> Manage groups of computers remotely over SSH. > Manage groups of computers remotely over SSH. (use the `/etc/ansible/hosts` file to add new groups/hosts).
> Use the `/etc/ansible/hosts` file to add new groups/hosts. > Some subcommands such as `ansible galaxy` have their own usage documentation.
> More information: <https://www.ansible.com/>. > More information: <https://www.ansible.com/>.
- List hosts belonging to a group: - List hosts belonging to a group:

View File

@ -1,7 +1,7 @@
# aws # aws
> The official CLI tool for Amazon Web Services. > The official CLI tool for Amazon Web Services.
> Wizard, SSO, Resource Autocompletion, and YAML options are v2 only. > Some subcommands such as `aws s3` have their own usage documentation.
> More information: <https://aws.amazon.com/cli>. > More information: <https://aws.amazon.com/cli>.
- Configure the AWS Command-line: - Configure the AWS Command-line:

View File

@ -1,6 +1,7 @@
# az # az
> The official CLI tool for Microsoft Azure. > The official CLI tool for Microsoft Azure.
> Some subcommands such as `az login` have their own usage documentation.
> More information: <https://docs.microsoft.com/cli/azure>. > More information: <https://docs.microsoft.com/cli/azure>.
- Log in to Azure: - Log in to Azure:

View File

@ -1,6 +1,7 @@
# bundletool # bundletool
> Command-line tool to manipulate Android Application Bundles. > Command-line tool to manipulate Android Application Bundles.
> Some subcommands such as `bundletool validate` have their own usage documentation.
> More information: <https://developer.android.com/studio/command-line/bundletool>. > More information: <https://developer.android.com/studio/command-line/bundletool>.
- Display help for a subcommand: - Display help for a subcommand:

View File

@ -1,7 +1,7 @@
# cargo # cargo
> Rust package manager.
> Manage Rust projects and their module dependencies (crates). > Manage Rust projects and their module dependencies (crates).
> Some subcommands such as `cargo build` have their own usage documentation.
> More information: <https://crates.io/>. > More information: <https://crates.io/>.
- Search for crates: - Search for crates:

View File

@ -1,6 +1,7 @@
# conan # conan
> The open source, decentralized and cross-platform package manager to create and share all your native binaries. > 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.
> More information: <https://conan.io/>. > More information: <https://conan.io/>.
- Install packages based on `conanfile.txt`: - Install packages based on `conanfile.txt`:

View File

@ -1,6 +1,7 @@
# conda # conda
> Package, dependency and environment management for any programming language. > Package, dependency and environment management for any programming language.
> Some subcommands such as `conda create` have their own usage documentation.
> More information: <https://github.com/conda/conda>. > More information: <https://github.com/conda/conda>.
- Create a new environment, installing named packages into it: - Create a new environment, installing named packages into it:

View File

@ -1,6 +1,7 @@
# consul # consul
> Distributed key-value store with health checking and service discovery. > Distributed key-value store with health checking and service discovery.
> Some subcommands such as `consul kv` have their own usage documentation.
> More information: <https://www.consul.io/commands>. > More information: <https://www.consul.io/commands>.
- Check the Consul version: - Check the Consul version:

View File

@ -1,7 +1,7 @@
# cradle # cradle
> The Cradle PHP framework. > The Cradle PHP framework.
> See `cradle-install`, `cradle-deploy` and other pages for additional information. > Some subcommands such as `cradle install` have their own usage documentation.
> More information: <https://cradlephp.github.io>. > More information: <https://cradlephp.github.io>.
- Connect to a server: - Connect to a server:

View File

@ -1,6 +1,7 @@
# docker # docker
> Manage Docker containers and images. > Manage Docker containers and images.
> Some subcommands such as `docker run` have their own usage documentation.
> More information: <https://docs.docker.com/engine/reference/commandline/cli/>. > More information: <https://docs.docker.com/engine/reference/commandline/cli/>.
- List currently running docker containers: - List currently running docker containers:

View File

@ -1,6 +1,7 @@
# dolt # dolt
> Dolt is an SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository. > Dolt is an SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository.
> Some subcommands such as `dolt commit` have their own usage documentation.
> More information: <https://github.com/dolthub/dolt>. > More information: <https://github.com/dolthub/dolt>.
- Execute a dolt subcommand: - Execute a dolt subcommand:

View File

@ -1,6 +1,7 @@
# dotnet # dotnet
> Cross platform .NET command-line tools for .NET Core. > Cross platform .NET command-line tools for .NET Core.
> Some subcommands such as `dotnet build` have their own usage documentation.
> More information: <https://docs.microsoft.com/dotnet/core/tools>. > More information: <https://docs.microsoft.com/dotnet/core/tools>.
- Initialize a new .NET project: - Initialize a new .NET project:

View File

@ -1,7 +1,7 @@
# drupal # drupal
> CLI for Drupal. > Generate boilerplate code, interact with and debug Drupal projects.
> Generates boilerplate code, interacts with and debugs Drupal projects. > Some subcommands such as `drupal check` have their own usage documentation.
> More information: <https://drupalconsole.com/>. > More information: <https://drupalconsole.com/>.
- Install a module: - Install a module:

View File

@ -1,6 +1,7 @@
# dvc # dvc
> Data Version Control: like `git` for data. > Data Version Control: like `git` for data.
> Some subcommands such as `dvc commit` have their own usage documentation.
> More information: <https://dvc.org/>. > More information: <https://dvc.org/>.
- Check the DVC version: - Check the DVC version:

View File

@ -1,6 +1,7 @@
# fc # fc
> Open the most recent command and edit it. > Open the most recent command and edit it.
> Some subcommands such as `fc list` have their own usage documentation.
> More information: <https://manned.org/fc>. > More information: <https://manned.org/fc>.
- Open in the default system editor: - Open in the default system editor:

View File

@ -1,6 +1,7 @@
# gh # gh
> Work seamlessly with GitHub from the command-line. > Work seamlessly with GitHub from the command-line.
> Some subcommands such as `gh config` have their own usage documentation.
> More information: <https://cli.github.com/>. > More information: <https://cli.github.com/>.
- Clone a GitHub repository locally: - Clone a GitHub repository locally:

View File

@ -1,6 +1,7 @@
# git # git
> Distributed version control system. > Distributed version control system.
> Some subcommands such as `git commit` have their own usage documentation.
> More information: <https://git-scm.com/>. > More information: <https://git-scm.com/>.
- Check the Git version: - Check the Git version:

View File

@ -1,6 +1,7 @@
# gitlab # gitlab
> Ruby wrapper and CLI for the GitLab API. > Ruby wrapper and CLI for the GitLab API.
> Some subcommands such as `gitlab ctl` have their own usage documentation.
> More information: <https://narkoz.github.io/gitlab/>. > More information: <https://narkoz.github.io/gitlab/>.
- Create a new project: - Create a new project:

View File

@ -1,6 +1,7 @@
# go # go
> Tool for managing go source code. > Tool for managing go source code.
> Some subcommands such as `go build` have their own usage documentation.
> More information: <https://golang.org>. > More information: <https://golang.org>.
- Download and install a package, specified by its import path: - Download and install a package, specified by its import path:

View File

@ -1,7 +1,7 @@
# hg # hg
> A command-line interface for Mercurial, a distributed source control management system. > A command-line interface for Mercurial, a distributed source control management system.
> See `hg-add`, `hg-commit` and other pages for additional information. > Some subcommands such as `hg commit` have their own usage documentation.
> More information: <https://www.mercurial-scm.org>. > More information: <https://www.mercurial-scm.org>.
- Execute Mercurial command: - Execute Mercurial command:

View File

@ -1,7 +1,7 @@
# kubectl # kubectl
> Command-line interface for running commands against Kubernetes clusters. > Command-line interface for running commands against Kubernetes clusters.
> See also `kubectl describe` and other pages for additional information. > Some subcommands such as `kubectl run` have their own usage documentation.
> More information: <https://kubernetes.io/docs/reference/kubectl/>. > More information: <https://kubernetes.io/docs/reference/kubectl/>.
- List information about a resource with more details: - List information about a resource with more details:

View File

@ -1,6 +1,7 @@
# odps # odps
> Aliyun ODPS (Open Data Processing Service) command-line tool. > Aliyun ODPS (Open Data Processing Service) command-line tool.
> Some subcommands such as `odps inst` have their own usage documentation.
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>. > More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
- Start the command-line with a custom configuration file: - Start the command-line with a custom configuration file:

View File

@ -1,6 +1,7 @@
# openssl # openssl
> OpenSSL cryptographic toolkit. > OpenSSL cryptographic toolkit.
> Some subcommands such as `openssl req` have their own usage documentation.
> More information: <https://www.openssl.org>. > More information: <https://www.openssl.org>.
- Print a list of available subcommands: - Print a list of available subcommands:

View File

@ -1,6 +1,7 @@
# pio # pio
> Development environment for embedded boards. > Development environment for embedded boards.
> Some subcommands such as `pio run` have their own usage documentation.
> More information: <https://docs.platformio.org/en/latest/core/userguide/>. > More information: <https://docs.platformio.org/en/latest/core/userguide/>.
- Show help and list subcommands: - Show help and list subcommands:

View File

@ -1,6 +1,7 @@
# pip # pip
> Python package manager. > Python package manager.
> Some subcommands such as `pip install` have their own usage documentation.
> More information: <https://pip.pypa.io>. > More information: <https://pip.pypa.io>.
- Install a package (see `pip install` for more install examples): - Install a package (see `pip install` for more install examples):

View File

@ -1,6 +1,7 @@
# pueue # pueue
> Pueue is a command-line task management tool for sequential and parallel execution of long-running tasks. > Pueue is a command-line task management tool for sequential and parallel execution of long-running tasks.
> Some subcommands such as `pueue add` have their own usage documentation.
> More information: <https://github.com/Nukesor/pueue>. > More information: <https://github.com/Nukesor/pueue>.
- Show general help and available subcommands: - Show general help and available subcommands:

View File

@ -1,6 +1,7 @@
# rails # rails
> A server-side MVC framework written in Ruby. > A server-side MVC framework written in Ruby.
> Some subcommands such as `rails generate` have their own usage documentation.
> More information: <https://guides.rubyonrails.org/command_line.html>. > More information: <https://guides.rubyonrails.org/command_line.html>.
- Create a new rails project: - Create a new rails project:

View File

@ -1,7 +1,7 @@
# virsh # virsh
> Manage virsh guest domains. > Manage virsh guest domains. (NOTE: 'guest_id' can be the id, name or UUID of the guest).
> NOTE: 'guest_id' can be the id, name or UUID of the guest. > Some subcommands such as `virsh list` have their own usage documentation.
> More information: <https://libvirt.org/virshcmdref.html>. > More information: <https://libvirt.org/virshcmdref.html>.
- Connect to a hypervisor session: - Connect to a hypervisor session:

View File

@ -1,6 +1,7 @@
# vue # vue
> Multi-purpose CLI for Vue.js. > Multi-purpose CLI for Vue.js.
> Some subcommands such as `vue build` have their own usage documentation.
> More information: <https://cli.vuejs.org>. > More information: <https://cli.vuejs.org>.
- Create a new Vue project interactively: - Create a new Vue project interactively:

View File

@ -1,6 +1,7 @@
# btrfs # btrfs
> A filesystem based on the copy-on-write (COW) principle for Linux. > A filesystem based on the copy-on-write (COW) principle for Linux.
> Some subcommands such as `btrfs device` have their own usage documentation.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs>. > More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs>.
- Create subvolume: - Create subvolume:

View File

@ -1,6 +1,7 @@
# dpkg # dpkg
> Debian package manager. > Debian package manager.
> Some subcommands such as `dpkg deb` have their own usage documentation.
> More information: <https://manpages.debian.org/buster/dpkg/dpkg.1.en.html>. > More information: <https://manpages.debian.org/buster/dpkg/dpkg.1.en.html>.
- Install a package: - Install a package:

View File

@ -1,6 +1,7 @@
# ip # ip
> Show / manipulate routing, devices, policy routing and tunnels. > Show / manipulate routing, devices, policy routing and tunnels.
> Some subcommands such as `ip address` have their own usage documentation.
> More information: <https://www.man7.org/linux/man-pages/man8/ip.8.html>. > More information: <https://www.man7.org/linux/man-pages/man8/ip.8.html>.
- List interfaces with detailed info: - List interfaces with detailed info:

View File

@ -1,6 +1,7 @@
# nmcli # nmcli
> A command-line tool for controlling NetworkManager. > A command-line tool for controlling NetworkManager.
> Some subcommands such as `nmcli monitor` have their own usage documentation.
> More information: <https://manned.org/nmcli>. > More information: <https://manned.org/nmcli>.
- Run an `nmcli` subcommand: - Run an `nmcli` subcommand:

View File

@ -1,6 +1,7 @@
# pacman # pacman
> Arch Linux package manager utility. > Arch Linux package manager utility.
> Some subcommands such as `pacman sync` have their own usage documentation.
> More information: <https://man.archlinux.org/man/pacman.8>. > More information: <https://man.archlinux.org/man/pacman.8>.
- Synchronize and update all packages: - Synchronize and update all packages:

View File

@ -1,7 +1,7 @@
# choco # choco
> A command-line interface for the Chocolatey package manager. > A command-line interface for the Chocolatey package manager.
> See `choco install`, `choco upgrade` and other pages for additional information. > Some subcommands such as `choco install` have their own usage documentation.
> More information: <https://chocolatey.org>. > More information: <https://chocolatey.org>.
- Execute Chocolatey command: - Execute Chocolatey command:

View File

@ -1,7 +1,7 @@
# reg # reg
> A command-line interface for managing keys and their values in the Windows registry. > A command-line interface for managing keys and their values in the Windows registry.
> See `reg-query`, `reg-add` and other pages for additional information. > Some subcommands such as `reg add` have their own usage documentation.
> More information: <https://docs.microsoft.com/windows-server/administration/windows-commands/reg>. > More information: <https://docs.microsoft.com/windows-server/administration/windows-commands/reg>.
- Execute registry commands: - Execute registry commands: