Skip to main content

glab-attestation

Use when working with glab attestation 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
Englisch
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-attestation
description
Use when working with glab attestation commands.
# glab attestation ## Overview ``` Manage software attestations. (EXPERIMENTAL) USAGE glab attestation <command> [command] [--flags] EXAMPLES # Verify attestation for the filename.txt file in the gitlab-org/gitlab project. $ glab attestation verify gitlab-org/gitlab filename.txt # Verify attestation for the filename.txt file in the project with ID 123. $ glab attestation verify 123 filename.txt COMMANDS verify <project_id> <artifact_path> Verify the provenance of a specific artifact or file. (EXPERIMENTAL) FLAGS -h --help Show help for this command. ``` ## Quick start ```bash glab attestation --help ``` ## Subcommands See [references/commands.md](references/commands.md) for full `--help` output.
Auf GitHub ansehen