• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

oleg-koval / dcli
45%

Build:
DEFAULT BRANCH: main
Repo Added 03 Apr 2026 09:58AM UTC
Token EJMYZZoaPgAkx8SXee249TqMe2jZUOrkJ regen
Build 111 Last
Files 23
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • beta
  • codex/dcli-github-pages
  • codex/fix-git-reset-arbitrary-branch
  • codex/fix-main-go-mod-tidy
  • codex/self-update-on-launch
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/configure-pages-6
  • dependabot/github_actions/actions/deploy-pages-5
  • dependabot/github_actions/actions/download-artifact-8
  • dependabot/github_actions/actions/upload-artifact-7
  • dependabot/github_actions/actions/upload-pages-artifact-4
  • dependabot/github_actions/github/codeql-action-4
  • dependabot/github_actions/goreleaser/goreleaser-action-7
  • dependabot/github_actions/ossf/scorecard-action-2.4.3
  • dependabot/github_actions/softprops/action-gh-release-2
  • dependabot/go_modules/github.com/alingse/nilnesserr-0.2.0
  • dependabot/go_modules/github.com/jgautheron/goconst-1.10.0
  • dependabot/go_modules/github.com/mattn/go-isatty-0.0.21
  • dependabot/go_modules/github.com/mattn/go-runewidth-0.0.23
  • dependabot/go_modules/github.com/securego/gosec/v2-2.25.0
  • dependabot/go_modules/go_modules-e1b2e84e8b
  • dependabot/go_modules/golang.org/x/mod-0.35.0
  • dependabot/go_modules/golang.org/x/text-0.36.0
  • dependabot/go_modules/golang.org/x/tools-0.44.0
  • dependabot/go_modules/honnef.co/go/tools-0.7.0
  • feat/docker-profile-support
  • feat/personal-shared-commands
  • feat/repush-lint-fix
  • feature/automated-releases
  • feature/enable-homebrew-release
  • fix/go-version-ci
  • fix/goreleaser-args
  • fix/goreleaser-skip-validate
  • fix/release
  • fix/release-2
  • fix/remove-duplicate-homebrew
  • security/improve-project-quality

08 Apr 2026 08:33AM UTC coverage: 45.337% (-3.3%) from 48.674%
24125963857

push

github

web-flow
fix: add --profile flag support for Docker Compose commands  (#40)

* fix: add --profile flag support for Docker Compose commands

Docker commands (clean, restart) only discovered services in the default
profile, missing all profiled services. This adds --profile as a
persistent flag on the docker parent command, passing it through to
GetServices and all compose arg builders.

Also fixes:
- RunCommand now pipes stdout/stderr so users see build progress
- Project dir fallback uses os.Getwd() instead of "." for correctness
- BuildCleanCommandArgs/BuildRestartCommandArgs helpers are now used
  instead of duplicating arg construction inline

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* docs: add changelog entry for v0.2.4

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: shortcut fix

* Potential fix for pull request finding 'CodeQL / Writable file handle closed without error handling'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Update cmd/shortcut.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update internal/autoupdate/autoupdate.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update cmd/shortcut.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update cmd/shortcut.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update cmd/shortcut.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* 📝 Add docstrings to `feat/docker-profile-support`

Docstrings generation was requested by @oleg-koval.

The following files were modified:

* `cmd/docker.go`
* `cmd/shortcut.go`
* `internal/autoupdate/autoupdate.go`
* `internal/docker/helpers.go`

These files were ignored:
* `cmd/docker_clean_test.go`
* `cmd/docker_restart_test.go`
* `cmd/mocks_... (continued)

53 of 235 new or added lines in 6 files covered. (22.55%)

8 existing lines in 3 files now uncovered.

880 of 1941 relevant lines covered (45.34%)

2.35 hits per line

Relevant lines Covered
Build:
Build:
1941 RELEVANT LINES 880 COVERED LINES
2.35 HITS PER LINE
Source Files on main
  • Tree
  • List 23
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24125963857 main fix: add --profile flag support for Docker Compose commands (#40) * fix: add --profile flag support for Docker Compose commands Docker commands (clean, restart) only discovered services in the default profile, missing all profiled services. Thi... push 08 Apr 2026 08:34AM UTC web-flow github
45.34
24034825123 main ci:(deps): bump actions/checkout from 4 to 6 (#34) push 06 Apr 2026 02:01PM UTC web-flow github
48.67
24034758762 main ci:(deps): bump actions/deploy-pages from 4 to 5 (#35) push 06 Apr 2026 02:00PM UTC web-flow github
48.67
24026300351 main ci:(deps): bump actions/upload-pages-artifact from 3 to 4 (#36) Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [C... push 06 Apr 2026 09:19AM UTC web-flow github
48.67
24025039929 main chore: update GoReleaser configuration and CI workflows (#33) (#39) - Bump GoReleaser version to 2 and update configuration for archives and releases. - Add a new GitHub Actions workflow for prerelease builds from the beta branch. - Modify existi... push 06 Apr 2026 08:35AM UTC web-flow github
48.67
24024463567 main ci:(deps): bump github/codeql-action from 3 to 4 (#37) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/... push 06 Apr 2026 08:15AM UTC web-flow github
48.67
24024411224 main ci:(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.3 (#38) Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.4.3. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https:... push 06 Apr 2026 08:14AM UTC web-flow github
48.67
24012192060 main fix(release): update GitHub workflows to trigger on specific file cha… (#32) * fix(release): update GitHub workflows to trigger on specific file changes (#31) * fix: update CONTRIBUTING.md and release workflow Added a new section in CONTRIBUTIN... push 05 Apr 2026 10:47PM UTC web-flow github
48.67
24011218111 main fix: update CONTRIBUTING.md and release workflow (#30) Added a new section in CONTRIBUTING.md detailing the release process, including versioning format and triggering the Release workflow on merges to main. Updated release.yml to clarify version... push 05 Apr 2026 09:49PM UTC web-flow github
47.12
24011081487 main feat(commands): implement custom command management system (#29) - Removed CONTRIBUTORS.md as part of the documentation cleanup. - Added support for custom command packs, allowing users to create, manage, and execute personal commands. - Introduc... push 05 Apr 2026 09:41PM UTC web-flow github
47.12
See All Builds (111)

Badge your Repo: dcli

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc