Skip to content

Add Docker command family#18

Merged
maniramezan merged 1 commit into
mainfrom
feat/docker-command-family
May 22, 2026
Merged

Add Docker command family#18
maniramezan merged 1 commit into
mainfrom
feat/docker-command-family

Conversation

@maniramezan
Copy link
Copy Markdown
Owner

Summary

  • Add a typed Docker command family with global flags, Buildx, Compose, container/image, Debug, MCP, Scout, init, and raw argument escape hatches
  • Add mock-only Docker tests and DocC documentation
  • Wire the Docker trait into Package.swift, CI trait matrices, README, DocC navigation, and agent guidance

Validation

  • swift test -Xswiftc -warnings-as-errors
  • swift build -c release -Xswiftc -warnings-as-errors
  • swift build -c release --traits Docker -Xswiftc -warnings-as-errors
  • swift test --traits Docker -Xswiftc -warnings-as-errors
  • swift build -c release --enable-all-traits -Xswiftc -warnings-as-errors
  • swift test --enable-all-traits -Xswiftc -warnings-as-errors
  • swift test --enable-all-traits --enable-code-coverage -Xswiftc -warnings-as-errors
  • swift -warnings-as-errors Scripts/validate-code-coverage.swift --input .build/arm64-apple-macosx/debug/codecov/SwiftyShell.json --minimum-line-coverage 84
  • swift -warnings-as-errors Scripts/validate-traits.swift
  • swift -warnings-as-errors Scripts/validate-docc-coverage.swift
  • swift package -Xswiftc -warnings-as-errors --allow-writing-to-directory docs generate-documentation --target SwiftyShell --output-path docs --transform-for-static-hosting --hosting-base-path SwiftyShell
  • swift-format lint --strict Package.swift Sources/SwiftyShell/Docker/Docker.swift Tests/SwiftyShellTests/Docker/DockerTests.swift
  • git diff --check

@maniramezan maniramezan merged commit 439c550 into main May 22, 2026
37 checks passed
@maniramezan maniramezan deleted the feat/docker-command-family branch May 22, 2026 02:03
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