{"id":20263663,"url":"https://github.com/springerpe/concourse-command-resource","last_synced_at":"2025-10-11T07:37:42.961Z","repository":{"id":80987149,"uuid":"100011932","full_name":"SpringerPE/concourse-command-resource","owner":"SpringerPE","description":"POC command resource for concourse","archived":false,"fork":false,"pushed_at":"2017-08-11T16:42:08.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T04:44:41.633Z","etag":null,"topics":["concourse","concourse-ci","concourse-ci-resource","concourse-resource"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/SpringerPE.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-11T08:47:11.000Z","updated_at":"2022-01-01T11:49:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4a82eee-40a6-402e-9bf7-efb39cb8c314","html_url":"https://github.com/SpringerPE/concourse-command-resource","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringerPE%2Fconcourse-command-resource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringerPE%2Fconcourse-command-resource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringerPE%2Fconcourse-command-resource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpringerPE%2Fconcourse-command-resource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpringerPE","download_url":"https://codeload.github.com/SpringerPE/concourse-command-resource/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241731744,"owners_count":20010781,"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","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":["concourse","concourse-ci","concourse-ci-resource","concourse-resource"],"created_at":"2024-11-14T11:35:52.279Z","updated_at":"2025-10-11T07:37:37.923Z","avatar_url":"https://github.com/SpringerPE.png","language":"Shell","readme":"# Command [Concourse](http://concourse.ci) Resource\n\nThis is POC resource for [Concourse](http://concourse.ci) to execute arbitrary\ncommands\n\n## Source Configuration\n\nOnly one parameter is required, the (path) command:\n\n* `command`: The command to be executed within the container\n\n\n## Behavior\n\n### `check`, `in`\n\nCurrently this resource only supports the `put` phase of a job plan, so these\nare effectively no-ops. This will likely change in the future.\n\n### `out`: Run an command\n\nRun a command with the given arguments.\n\n#### Parameters\n\nOnly one optional parameter can be specified:\n\n* `args`: A string containing the arguments for the given command\n\n\n## Example Pipeline\n\n```yml\n---\nresource_types:\n- name: command\n  type: docker-image\n  source:\n    repository: platformengineering/concourse-command-resource\n\nresources:\n- name: source\n  type: git\n  source:\n    uri: git@github.com:springerpe/repository.git\n    branch: master\n    private_key: {{github-private-key}}\n- name: run_ls\n  type: command\n  source:\n    command: ls\n\njobs:\n- name: run-command\n  plan:\n  - get: source\n  - put: run_ls\n    params:\n      args: \"-la\"\n```\n\n# Author\n\nJose Riguera \u003cjose.riguera@springernature.com\u003e\n\n(c) 2017 Springer Nature Platform Engineering\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringerpe%2Fconcourse-command-resource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspringerpe%2Fconcourse-command-resource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringerpe%2Fconcourse-command-resource/lists"}