Skip to main content

glab-attestation

Use when working with glab attestation commands.

跳到安装

来源信息

仓库
Kernel8901/ai-agent-skills-classification
最近来源活动
2026年4月4日 15:26
检测到的 SKILL.md 语言
英语
星标
4
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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.
在 GitHub 查看