{"id":20703301,"url":"https://github.com/tuist/command","last_synced_at":"2026-03-02T12:14:22.712Z","repository":{"id":233324400,"uuid":"787008176","full_name":"tuist/Command","owner":"tuist","description":"📦 A micro Swift package with utilities for running system processes","archived":false,"fork":false,"pushed_at":"2025-08-13T00:58:48.000Z","size":1739,"stargazers_count":55,"open_issues_count":14,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-13T02:42:15.274Z","etag":null,"topics":["shell","system"],"latest_commit_sha":null,"homepage":"https://command.tuist.dev","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tuist.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-15T18:02:35.000Z","updated_at":"2025-06-23T04:46:25.000Z","dependencies_parsed_at":"2024-05-02T04:42:54.625Z","dependency_job_id":"bc13e915-420e-4247-a1a0-1b1cfbb59a8d","html_url":"https://github.com/tuist/Command","commit_stats":{"total_commits":240,"total_committers":8,"mean_commits":30.0,"dds":0.3458333333333333,"last_synced_commit":"604c3c184799ca965eed19cfe2ca91e9e57ae598"},"previous_names":["tuist/process","tuist/command"],"tags_count":90,"template":false,"template_full_name":null,"purl":"pkg:github/tuist/Command","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuist%2FCommand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuist%2FCommand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuist%2FCommand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuist%2FCommand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuist","download_url":"https://codeload.github.com/tuist/Command/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuist%2FCommand/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270998265,"owners_count":24682214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["shell","system"],"created_at":"2024-11-17T01:07:17.242Z","updated_at":"2026-03-02T12:14:22.660Z","avatar_url":"https://github.com/tuist.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Command\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Ftuist%2FCommand%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/tuist/Command)\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Ftuist%2FCommand%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/tuist/Command)\n[![Command](https://github.com/tuist/Command/actions/workflows/command.yml/badge.svg)](https://github.com/tuist/Command/actions/workflows/command.yml)\n[![Docs](https://github.com/tuist/Command/actions/workflows/docs.yml/badge.svg)](https://github.com/tuist/Command/actions/workflows/docs.yml)\n\nCommand is a micro Swift Package that provides utilities for running system processes. We extracted it from Tuist to make it available for other projects that might need to run system processes.\n\n## Motivation\n\nGiven that `Foundation.Process` exists, you might be wondering why we created this package. There are several reasons:\n\n- We integrate with [swift-log](https://github.com/apple/swift-log) to log debug information about the commands that are being run.\n- We provide a more user-friendly API that makes it easier to run commands.\n- We align the API with Swift's structured concurrency model, making it easier to run commands concurrently.\n- We provide better error handling, making it easier to understand what went wrong when running a command.\n\n## Development\n\n### Using Tuist\n\n1. Clone the repository: `git clone https://github.com/tuist/Command.git`\n2. Generate the project: `tuist generate`\n\n\n### Using Swift Package Manager\n\n1. Clone the repository: `git clone https://github.com/tuist/Command.git`\n2. Open the `Package.swift` with Xcode\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://natanrolnik.me\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1164565?v=4?s=100\" width=\"100px;\" alt=\"Natan Rolnik\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNatan Rolnik\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/Command/commits?author=natanrolnik\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://abarba.me\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1316152?v=4?s=100\" width=\"100px;\" alt=\"Andrew Barba\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrew Barba\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/Command/commits?author=AndrewBarba\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://danpalmer.me\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/202400?v=4?s=100\" width=\"100px;\" alt=\"Dan Palmer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDan Palmer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/Command/commits?author=danpalmer\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuist%2Fcommand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuist%2Fcommand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuist%2Fcommand/lists"}