Skip to content

Add Gitlab artifacts support#36

Merged
faustodavid merged 2 commits intomainfrom
feature/artifacts-support
Apr 23, 2026
Merged

Add Gitlab artifacts support#36
faustodavid merged 2 commits intomainfrom
feature/artifacts-support

Conversation

@faustodavid
Copy link
Copy Markdown
Owner

  • Add Gitlab artifact list and grep commands
  • Include Grep options on SKILL.md

fausto added 2 commits April 23, 2026 17:24
Introduce `pipelines artifacts list` and `pipelines artifacts grep` commands for GitLab to enumerate and search job artifact contents. Add artifact download, extraction, and caching logic with local ripgrep-based search. Extend CLI parser to register artifacts subcommands under pipelines (GitLab-only). Add `_require_gitlab_target` validation, artifact tree API integration, and comprehensive error handling for missing artifacts or
Introduce a concise reference line documenting all common grep flags (--path, --glob, --output-mode, --context-lines, --from-line/--to-line, --reverse, --case-sensitive) and command-specific flags (--branch/--no-clone for code grep, --log-id for pipeline grep) to reduce flag discovery friction. Place reference immediately after command table for easy scanning.
@faustodavid faustodavid merged commit 0c4a8d4 into main Apr 23, 2026
8 checks passed
@faustodavid faustodavid deleted the feature/artifacts-support branch April 23, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant