Skip to main content

glab-gpg-key

Use when working with glab gpg-key commands.

Zur Installation springen

Quellinformationen

Repository
Kernel8901/ai-agent-skills-classification
Letzte Quellaktivität
4. April 2026 um 15:26
Erkannte Sprache von SKILL.md
Nicht bestimmbar
Sterne
4
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
glab-gpg-key
description
Use when working with glab gpg-key commands.
# glab gpg-key ## Overview ``` Manage GPG keys registered with your GitLab account. USAGE glab gpg-key <command> [command] [--flags] COMMANDS add [key-file] Add a GPG key to your GitLab account. delete <key-id> Deletes a single GPG key specified by the ID. get <key-id> Returns a single GPG key specified by the ID. list [--flags] Get a list of GPG keys for the currently authenticated user. FLAGS -h --help Show help for this command. -R --repo Select another repository. Can use either `OWNER/REPO` or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. ``` ## Quick start ```bash glab gpg-key --help ``` ## Subcommands See [references/commands.md](references/commands.md) for full `--help` output.
Auf GitHub ansehen