Glab release
Skill serejaris/kimi-skills/skills/gitlab-cli-guide/glab-release
管理 GitLab 发布版本(release),包括创建、列出、查看、删除、下载和上传发布资产。适用于发布软件版本、管理发布说明、上传二进制文件/构建产物、下载发布文件或查看发布历史。触发关键词:release、版本、tag、发布版本、发布说明、下载发布。From its SKILL.md
npx -y skills add serejaris/kimi-skills --skill glab-releaseAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.5 KB, 263 tokens by cl100k_base, as published. Nobody here has run it
glab release
概述
Manage GitLab releases.
USAGE
glab release <command> [command] [--flags]
COMMANDS
create <tag> [<files>...] [--flags] Create a new GitLab release, or update an existing one.
delete <tag> [--flags] Delete a GitLab release.
download <tag> [--flags] Download asset files from a GitLab release.
list [--flags] List releases in a repository.
upload <tag> [<files>...] [--flags] Upload release asset files or links to a GitLab release.
view <tag> [--flags] View information about a GitLab release.
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.
快速开始
glab release --help
子命令
完整的 --help 输出请参见 references/commands.md。
What ships with it: 1 file
18.1 KB alongside SKILL.md
references/
- commands.md18.1 KB