mention subcommands in every base page (#6383)

This commit is contained in:
marchersimon
2021-09-13 10:21:21 +02:00
committed by GitHub
parent 4fbb601f63
commit bd677b8b48
63 changed files with 69 additions and 26 deletions

View File

@@ -1,6 +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.
> More information: <https://developer.android.com/studio/command-line/adb>.
- Check whether the adb server process is running and start it:

View File

@@ -1,6 +1,7 @@
# amass
> 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>.
- Check the Amass version:

View File

@@ -1,7 +1,7 @@
# ansible
> Manage groups of computers remotely over SSH.
> Use the `/etc/ansible/hosts` file to add new groups/hosts.
> 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.
> More information: <https://www.ansible.com/>.
- List hosts belonging to a group:

View File

@@ -1,7 +1,7 @@
# aws
> 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>.
- Configure the AWS Command-line:

View File

@@ -1,6 +1,7 @@
# az
> 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>.
- Log in to Azure:

View File

@@ -1,6 +1,7 @@
# bundletool
> 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>.
- Display help for a subcommand:

View File

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

View File

@@ -1,6 +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.
> More information: <https://conan.io/>.
- Install packages based on `conanfile.txt`:

View File

@@ -1,6 +1,7 @@
# conda
> 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>.
- Create a new environment, installing named packages into it:

View File

@@ -1,6 +1,7 @@
# consul
> 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>.
- Check the Consul version:

View File

@@ -1,7 +1,7 @@
# cradle
> 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>.
- Connect to a server:

View File

@@ -1,6 +1,7 @@
# docker
> 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/>.
- List currently running docker containers:

View File

@@ -1,6 +1,7 @@
# dolt
> 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>.
- Execute a dolt subcommand:

View File

@@ -1,6 +1,7 @@
# dotnet
> 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>.
- Initialize a new .NET project:

View File

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

View File

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

View File

@@ -1,6 +1,7 @@
# fc
> 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>.
- Open in the default system editor:

View File

@@ -1,6 +1,7 @@
# gh
> 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/>.
- Clone a GitHub repository locally:

View File

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

View File

@@ -1,6 +1,7 @@
# gitlab
> 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/>.
- Create a new project:

View File

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

View File

@@ -1,7 +1,7 @@
# hg
> 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>.
- Execute Mercurial command:

View File

@@ -1,7 +1,7 @@
# kubectl
> 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/>.
- List information about a resource with more details:

View File

@@ -1,6 +1,7 @@
# odps
> 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>.
- Start the command-line with a custom configuration file:

View File

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

View File

@@ -1,6 +1,7 @@
# pio
> 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/>.
- Show help and list subcommands:

View File

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

View File

@@ -1,6 +1,7 @@
# pueue
> 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>.
- Show general help and available subcommands:

View File

@@ -1,6 +1,7 @@
# rails
> 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>.
- Create a new rails project:

View File

@@ -1,7 +1,7 @@
# virsh
> Manage virsh guest domains.
> NOTE: 'guest_id' can be the id, name or UUID of the guest.
> 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.
> More information: <https://libvirt.org/virshcmdref.html>.
- Connect to a hypervisor session:

View File

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