Skip to content

Commit

Permalink
pages*: standardize mentioning subcommands without the main command (t…
Browse files Browse the repository at this point in the history
  • Loading branch information
acuteenvy authored Oct 5, 2024
1 parent ca4a29f commit 888d62c
Show file tree
Hide file tree
Showing 99 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion pages.de/common/ansible.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ansible

> Verwalte Computergruppen per Fernzugriff über SSH (Verwende die Datei `/etc/ansible/hosts`, um neue Gruppen/Hosts hinzuzufügen).
> Manche Unterbefehle wie `ansible galaxy` sind separat dokumentiert.
> Manche Unterbefehle wie `galaxy` sind separat dokumentiert.
> Weitere Informationen: <https://www.ansible.com/>.
- Liste Hosts auf, die zu einer Gruppe gehören:
Expand Down
2 changes: 1 addition & 1 deletion pages.de/common/aws.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# aws

> Das offizielle CLI für Amazon Web Services.
> Manche Unterbefehle wie `aws s3` sind separat dokumentiert.
> Manche Unterbefehle wie `s3` sind separat dokumentiert.
> Weitere Informationen: <https://aws.amazon.com/cli>.
- Konfiguriere die AWS Kommandozeile:
Expand Down
2 changes: 1 addition & 1 deletion pages.de/common/cargo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cargo

> Verwalte Rust-Projekte und deren Abhängigkeiten (crates).
> Manche Unterbefehle wie `cargo build` sind separat dokumentiert.
> Manche Unterbefehle wie `build` sind separat dokumentiert.
> Weitere Informationen: <https://doc.rust-lang.org/cargo>.
- Suche nach Abhängigkeiten (crates):
Expand Down
2 changes: 1 addition & 1 deletion pages.de/common/conda.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# conda

> Eine Paket-, Abhängigkeits- und Umgebungsverwaltung für beliebige Programmiersprachen.
> Manche Unterbefehle wie `conda create` sind separat dokumentiert.
> Manche Unterbefehle wie `create` sind separat dokumentiert.
> Weitere Informationen: <https://github.com/conda/conda>.
- Erstelle eine neue Umgebung mit den zu installierenden Paketen:
Expand Down
2 changes: 1 addition & 1 deletion pages.de/common/cradle.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cradle

> Das Cradle PHP Framework.
> Manche Unterbefehle wie `cradle install` sind separat dokumentiert.
> Manche Unterbefehle wie `install` sind separat dokumentiert.
> Weitere Informationen: <https://cradlephp.github.io>.
- Stelle eine Verbindung zu einem Server her:
Expand Down
2 changes: 1 addition & 1 deletion pages.de/common/docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker

> Verwalte Docker Container und Images.
> Manche Unterbefehle wie `docker run` sind separat dokumentiert.
> Manche Unterbefehle wie `run` sind separat dokumentiert.
> Weitere Informationen: <https://docs.docker.com/reference/cli/docker/>.
- Liste laufende und gestoppte Container auf:
Expand Down
2 changes: 1 addition & 1 deletion pages.de/common/dotnet.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dotnet

> Plattformübergreifende Kommandozeilenanwendungen für .NET Core.
> Manche Unterbefehle wie `dotnet build` sind separat dokumentiert.
> Manche Unterbefehle wie `build` sind separat dokumentiert.
> Weitere Informationen: <https://learn.microsoft.com/dotnet/core/tools>.
- Initialisiere ein neues .NET Projekt:
Expand Down
2 changes: 1 addition & 1 deletion pages.de/common/gh.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# gh

> Arbeite mit GitHub von der Konsole aus.
> Manche Unterbefehle wie `gh config` sind separat dokumentiert.
> Manche Unterbefehle wie `config` sind separat dokumentiert.
> Weitere Informationen: <https://cli.github.com/>.
- Klone ein GitHub Repository lokal:
Expand Down
2 changes: 1 addition & 1 deletion pages.de/common/git.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# git

> Verteiltes Versionskontrollsystem.
> Manche Unterbefehle wie `git commit` sind separat dokumentiert.
> Manche Unterbefehle wie `commit` sind separat dokumentiert.
> Weitere Informationen: <https://git-scm.com/>.
- Gib die installierte Git Version aus:
Expand Down
2 changes: 1 addition & 1 deletion pages.de/common/rails.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rails

> Ein Server-seitiges MVC Webframework in Ruby.
> Manche Unterbefehle wie `rails generate` sind separat dokumentiert.
> Manche Unterbefehle wie `generate` sind separat dokumentiert.
> Weitere Informationen: <https://guides.rubyonrails.org/command_line.html>.
- Erstelle ein neues Rails-Projekt:
Expand Down
2 changes: 1 addition & 1 deletion pages.de/common/tlmgr.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# tlmgr

> Verwalte Packages und Konfigurationen einer existierenden TeX Live Installation.
> Manche Unterbefehle wie `tlmgr paper` sind separat dokumentiert.
> Manche Unterbefehle wie `paper` sind separat dokumentiert.
> Weitere Informationen: <https://www.tug.org/texlive/tlmgr.html>.
- Installiere ein Package und seine Abhängigkeiten:
Expand Down
2 changes: 1 addition & 1 deletion pages.de/linux/dpkg.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dpkg

> Debian Paketmanager.
> Manche Unterbefehle wie `dpkg deb` sind separat dokumentiert.
> Manche Unterbefehle wie `deb` sind separat dokumentiert.
> Weitere Informationen: <https://manned.org/dpkg>.
- Installiere ein Paket:
Expand Down
2 changes: 1 addition & 1 deletion pages.de/windows/choco.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# choco

> Ein Kommandozeilenwerkzeug für die Chocolatey Paketverwaltung.
> Manche Unterbefehle wie `choco install` sind separat dokumentiert.
> Manche Unterbefehle wie `install` sind separat dokumentiert.
> Weitere Informationen: <https://chocolatey.org>.
- Führe einen Chocolatey-Befehl aus:
Expand Down
2 changes: 1 addition & 1 deletion pages.es/common/adb.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# adb

> 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.
> Algunos subcomandos, como `shell`, tienen su propia documentación de uso.
> Más información: <https://developer.android.com/tools/adb>.
- Verifica si el proceso del servidor adb está ejecutandose y lo inicia:
Expand Down
2 changes: 1 addition & 1 deletion pages.es/common/amass.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# amass

> Herramienta de mapeo de superficie de ataque en profundidad y descubrimiento de activos.
> Algunos subcomandos como `amass intel` tienen su propia documentación de uso.
> Algunos subcomandos como `intel` tienen su propia documentación de uso.
> Más información: <https://github.com/owasp-amass/amass>.
- Ejecuta un subcomando Amass:
Expand Down
2 changes: 1 addition & 1 deletion pages.es/common/ansible.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ansible

> Gestiona grupos de ordenadores de forma remota a través de SSH. (usa el fichero `/etc/ansible/hosts` para añadir nuevos grupos de hosts).
> Algunos subcomandos como `ansible galaxy` tienen su propia documentación.
> Algunos subcomandos como `galaxy` tienen su propia documentación.
> Más información: <https://www.ansible.com/>.
- Lista los hosts pertenecientes a un grupo:
Expand Down
2 changes: 1 addition & 1 deletion pages.es/common/az.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# az

> La herramienta de línea de comandos de Azure.
> Algunos subcomandos como `az login` tienen su propia documentación de uso.
> Algunos subcomandos como `login` tienen su propia documentación de uso.
> Más información: <https://learn.microsoft.com/cli/azure>.
- Inicia sesión en Azure:
Expand Down
2 changes: 1 addition & 1 deletion pages.es/common/docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker

> Administra contenedores e imágenes de Docker.
> Algunos subcomandos, como `docker run`, tienen su propia documentación de uso.
> Algunos subcomandos, como `run`, tienen su propia documentación de uso.
> Más información: <https://docs.docker.com/reference/cli/docker/>.
- Lista todos los contenedores de Docker (en ejecución y detenidos):
Expand Down
2 changes: 1 addition & 1 deletion pages.es/common/doppler.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# doppler

> Gestiona variables de entorno a través de diferentes entornos usando Doppler.
> Algunos subcomandos como `doppler run` y `doppler secrets` tienen su propia documentación de uso.
> Algunos subcomandos como `run` y `secrets` tienen su propia documentación de uso.
> Más información: <https://docs.doppler.com/docs/cli>.
- Configura Doppler CLI en el directorio actual:
Expand Down
2 changes: 1 addition & 1 deletion pages.es/common/dotnet.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dotnet

> Herramienta multiplataforma de línea de comandos para .NET Core.
> Algunos subcomandos, como `dotnet build`, tienen su propia documentación de uso.
> Algunos subcomandos, como `build`, tienen su propia documentación de uso.
> Más información: <https://learn.microsoft.com/dotnet/core/tools>.
- Inicializa un proyecto .NET nuevo:
Expand Down
2 changes: 1 addition & 1 deletion pages.es/common/helm.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# helm

> Helm es un gestor de paquetes para Kubernetes.
> Algunos subcomandos como `helm install` tiene su propia documentación de uso.
> Algunos subcomandos como `install` tiene su propia documentación de uso.
> Más información: <https://helm.sh/>.
- Crea un chart de helm:
Expand Down
2 changes: 1 addition & 1 deletion pages.es/common/nxc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# nxc

> Herramienta de enumeración y explotación de servicios de red.
> Algunos subcomandos como `nxc smb` tienen su propia documentación de uso.
> Algunos subcomandos como `smb` tienen su propia documentación de uso.
> Más información: <https://www.netexec.wiki/>.
- [L]ista módulos disponibles para el protocolo especificado:
Expand Down
2 changes: 1 addition & 1 deletion pages.es/windows/choco.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# choco

> El gestor de paquetes Chocolatey.
> Algunos subcomandos como `choco install` tienen su propia documentación de uso.
> Algunos subcomandos como `install` tienen su propia documentación de uso.
> Más información: <https://chocolatey.org>.
- Ejecuta un comando Chocolatey:
Expand Down
2 changes: 1 addition & 1 deletion pages.fr/common/argocd.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# argocd

> Interface en ligne de commande pour controler un serveur Argo CD.
> Certaines sous-commandes comme `argocd app` ont leur propre documentation d'utilisation.
> Certaines sous-commandes comme `app` ont leur propre documentation d'utilisation.
> Plus d'informations : <https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/>.
- Se connecter à un serveur Argo CD :
Expand Down
2 changes: 1 addition & 1 deletion pages.fr/common/cargo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cargo

> Gestion d'un projet Rust et ses dependences (crates).
> Certaines sous-commandes comme `cargo build` ont leurs propres documentations.
> Certaines sous-commandes comme `build` ont leurs propres documentations.
> Plus d'informations : <https://doc.rust-lang.org/cargo>.
- Rechercher des crates :
Expand Down
2 changes: 1 addition & 1 deletion pages.fr/common/go.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# go

> Outil de gestion du code source Go.
> Certaines sous-commandes telles que `go build` ont leur propre documentation d'utilisation.
> Certaines sous-commandes telles que `build` ont leur propre documentation d'utilisation.
> Plus d'informations : <https://golang.org>.
- Télécharger et installer un paquet, spécifié par son chemin d'importation :
Expand Down
2 changes: 1 addition & 1 deletion pages.fr/linux/btrfs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# btrfs

> Système de fichiers basé sur le principe de copie à l’écriture ("copy-on-write", souvent désigné par son sigle anglais COW) pour Linux.
> Certaines sous-commandes comme `btrfs device` ont leur propre documentation.
> Certaines sous-commandes comme `device` ont leur propre documentation.
> Plus d'informations : <https://btrfs.readthedocs.io/en/latest/btrfs.html>.
- Créer un sous-volume :
Expand Down
2 changes: 1 addition & 1 deletion pages.id/common/adb.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# adb

> Android Debug Bridge: berkomunikasi dengan emulator Android atau perangkat Android terhubung.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `adb shell`.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `shell`.
> Informasi lebih lanjut: <https://developer.android.com/tools/adb>.
- Periksa apakah proses server adb telah dimulai dan memulainya:
Expand Down
2 changes: 1 addition & 1 deletion pages.id/common/docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker

> Atur kontainer Docker dan image.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `docker run`.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `run`.
> Informasi lebih lanjut: <https://docs.docker.com/reference/cli/docker/>.
- Tampilkan semua daftar kontainer Docker (yang sedang berjalan dan berhenti):
Expand Down
2 changes: 1 addition & 1 deletion pages.id/common/pip.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pip

> Pengelola paket Python.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `pip install`.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `install`.
> Informasi lebih lanjut: <https://pip.pypa.io>.
- Memasang paket:
Expand Down
2 changes: 1 addition & 1 deletion pages.id/common/vue.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vue

> CLI serba guna untuk Vue.js.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `vue build`.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `build`.
> Informasi lebih lanjut: <https://cli.vuejs.org>.
- Buat proyek vue baru secara interaktif:
Expand Down
2 changes: 1 addition & 1 deletion pages.it/common/adb.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# adb

> Android Debug Bridge: comunica con un'instanza di un emulatore Android o con un dispositivo android connesso.
> Alcuni comandi aggiuntivi, come `adb shell`, hanno la propria documentazione.
> Alcuni comandi aggiuntivi, come `shell`, hanno la propria documentazione.
> Maggiori informazioni: <https://developer.android.com/tools/adb>.
- Controlla se il processo server adb è attivo ed avvialo:
Expand Down
2 changes: 1 addition & 1 deletion pages.it/common/ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Gestisce gruppi di computer da remoto via SSH.
> Usa il file `/etc/ansible/hosts` per aggiungere nuovi gruppi/host.
> Alcuni comandi aggiuntivi, come `ansible galaxy`, hanno la propria documentazione.
> Alcuni comandi aggiuntivi, come `galaxy`, hanno la propria documentazione.
> Maggiori informazioni: <https://www.ansible.com/>.
- Elenca gli host appartenenti ad un gruppo:
Expand Down
2 changes: 1 addition & 1 deletion pages.it/common/aws.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# aws

> Il tool da linea di comando ufficiale per Amazon Web Services.
> Alcuni comandi aggiuntivi, come `aws s3`, hanno la propria documentazione.
> Alcuni comandi aggiuntivi, come `s3`, hanno la propria documentazione.
> Maggiori informazioni: <https://aws.amazon.com/cli>.
- Lista tutti gli utenti IAM (Identity and Access Management):
Expand Down
2 changes: 1 addition & 1 deletion pages.it/common/az.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# az

> Strumento ufficiale da linea di comando per Microsoft Azure.
> Alcuni comandi aggiuntivi, come `az login`, hanno la propria documentazione.
> Alcuni comandi aggiuntivi, come `login`, hanno la propria documentazione.
> Maggiori informazioni: <https://learn.microsoft.com/cli/azure>.
- Effettua il log in ad Azure:
Expand Down
2 changes: 1 addition & 1 deletion pages.it/common/cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Gestore di pacchetti di Rust.
> Gestisce progetti Rust ed i moduli dai quali sono dipendenti (detti crate).
> Alcuni comandi aggiuntivi, come `cargo build`, hanno la propria documentazione.
> Alcuni comandi aggiuntivi, come `build`, hanno la propria documentazione.
> Maggiori informazioni: <https://doc.rust-lang.org/cargo>.
- Cerca una crate:
Expand Down
2 changes: 1 addition & 1 deletion pages.it/common/conda.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# conda

> Gestione pacchetti, dipendenze ed ambiente per qualsiasi linguaggio di programmazione.
> Alcuni comandi aggiuntivi, come `conda create`, hanno la propria documentazione.
> Alcuni comandi aggiuntivi, come `create`, hanno la propria documentazione.
> Maggiori informazioni: <https://github.com/conda/conda>.
- Crea un nuovo ambiente, installandovi alcuni pacchetti:
Expand Down
2 changes: 1 addition & 1 deletion pages.it/common/consul.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# consul

> Rete distribuita per gestire e configurare servizi tramite database chiave-valore.
> Alcuni comandi aggiuntivi, come `consul kv`, hanno la propria documentazione.
> Alcuni comandi aggiuntivi, come `kv`, hanno la propria documentazione.
> Maggiori informazioni: <https://www.consul.io/commands>.
- Controlla la versione di Consul:
Expand Down
2 changes: 1 addition & 1 deletion pages.it/common/docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker

> Gestisci container ed immagini Docker.
> Alcuni comandi aggiuntivi, come `docker run`, hanno la propria documentazione.
> Alcuni comandi aggiuntivi, come `run`, hanno la propria documentazione.
> Maggiori informazioni: <https://docs.docker.com/reference/cli/docker/>.
- Elenca tutti i container Docker (in esecuzione e arrestati):
Expand Down
2 changes: 1 addition & 1 deletion pages.it/common/dotnet.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dotnet

> Strumenti .NET da linea di comando multipiattaforma per .NET Core.
> Alcuni comandi aggiuntivi, come `dotnet build`, hanno la propria documentazione.
> Alcuni comandi aggiuntivi, come `build`, hanno la propria documentazione.
> Maggiori informazioni: <https://learn.microsoft.com/dotnet/core/tools>.
- Inizializza un nuovo progetto .NET:
Expand Down
2 changes: 1 addition & 1 deletion pages.it/common/git.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# git

> Sistema di controllo versione distribuito.
> Alcuni comandi aggiuntivi, come `git commit`, hanno la propria documentazione.
> Alcuni comandi aggiuntivi, come `commit`, hanno la propria documentazione.
> Maggiori informazioni: <https://git-scm.com/>.
- Controlla la versione di Git:
Expand Down
2 changes: 1 addition & 1 deletion pages.it/common/helm.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# helm

> Helm è un gestore di pacchetti per Kubernetes.
> Alcuni comandi aggiuntivi, come `helm install`, hanno la propria documentazione.
> Alcuni comandi aggiuntivi, come `install`, hanno la propria documentazione.
> Maggiori informazioni: <https://helm.sh/>.
- Crea una helm chart:
Expand Down
2 changes: 1 addition & 1 deletion pages.it/common/kubectl.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# kubectl

> Interfaccia interattiva da linea di comando per eseguire comandi sui clusters Kubernetes.
> Alcuni comandi aggiuntivi, come `kubectl run`, hanno la propria documentazione..
> Alcuni comandi aggiuntivi, come `run`, hanno la propria documentazione..
> Maggiori informazioni: <https://kubernetes.io/docs/reference/kubectl/>.
- Elenca le informazioni su una risorsa in maniera dettagliata:
Expand Down
2 changes: 1 addition & 1 deletion pages.it/linux/dpkg.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dpkg

> Gestore di pacchetti Debian.
> Alcuni comandi aggiuntivi, come `dpkg deb`, hanno la propria documentazione.
> Alcuni comandi aggiuntivi, come `deb`, hanno la propria documentazione.
> Maggiori informazioni: <https://manned.org/dpkg>.
- Installa un pacchetto:
Expand Down
Loading

0 comments on commit 888d62c

Please sign in to comment.