{"id":20660654,"url":"https://github.com/pulsedemon/nexrender-action-run-command","last_synced_at":"2025-07-23T03:05:44.854Z","repository":{"id":57687705,"uuid":"476915350","full_name":"pulsedemon/nexrender-action-run-command","owner":"pulsedemon","description":"Run shell commands as a nexrender action","archived":false,"fork":false,"pushed_at":"2022-05-13T05:58:04.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-28T20:05:29.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/pulsedemon.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}},"created_at":"2022-04-02T01:29:25.000Z","updated_at":"2023-04-06T20:24:47.000Z","dependencies_parsed_at":"2022-08-25T20:21:52.178Z","dependency_job_id":null,"html_url":"https://github.com/pulsedemon/nexrender-action-run-command","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pulsedemon/nexrender-action-run-command","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulsedemon%2Fnexrender-action-run-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulsedemon%2Fnexrender-action-run-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulsedemon%2Fnexrender-action-run-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulsedemon%2Fnexrender-action-run-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pulsedemon","download_url":"https://codeload.github.com/pulsedemon/nexrender-action-run-command/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulsedemon%2Fnexrender-action-run-command/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266609046,"owners_count":23955567,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-16T19:05:40.686Z","updated_at":"2025-07-23T03:05:44.544Z","avatar_url":"https://github.com/pulsedemon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Action: Run Command\n\n![npm](https://img.shields.io/npm/v/nexrender-action-run-command)\n![npm](https://img.shields.io/npm/dw/nexrender-action-run-command)\n[![install size](https://packagephobia.com/badge?p=nexrender-action-run-command)](https://packagephobia.com/result?p=nexrender-action-run-command)\n\nRun shell commands\n\n## Installation\n\n```\nnpm i nexrender-action-run-command -g\n```\n\n## Usage\n\n### Use aws cli to upload the output file to s3 - postrender\n\n```js\n// job.json\n{\n    \"actions\": {\n        \"postrender\": [\n            {\n                \"module\": \"nexrender-action-run-command\",\n                \"command\": \"aws s3 cp {file} s3://bucket-name/ --profile profilename\",\n            }\n        ]\n    }\n}\n```\n\n### list directory - prerender\n\n```js\n// job.json\n{\n    \"actions\": {\n        \"prerender\": [\n            {\n                \"module\": \"nexrender-action-run-command\",\n                \"command\": \"ls -al /path/to/some/directory\",\n            }\n        ]\n    }\n}\n```\n\n## Information\n\nThis should be able to run most commands, but it hasn't been heavily tested.  If you run into an issue, let me know.\n\n* `command` required argument - file path of output file can be passed with `{file}`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulsedemon%2Fnexrender-action-run-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpulsedemon%2Fnexrender-action-run-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulsedemon%2Fnexrender-action-run-command/lists"}