{"id":17028466,"url":"https://github.com/svierk/sfdx-cli-setup","last_synced_at":"2026-05-11T06:04:38.104Z","repository":{"id":228405483,"uuid":"773890218","full_name":"svierk/sfdx-cli-setup","owner":"svierk","description":"⚙️ Github composite action for installing the Salesforce CLI and related plugins","archived":false,"fork":false,"pushed_at":"2024-03-23T17:59:38.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-27T23:46:36.793Z","etag":null,"topics":["composite-action","github-actions","salesforce","sfdx","sfdx-cli"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/sfdx-cli-setup","language":null,"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/svierk.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},"funding":{"github":["svierk"]}},"created_at":"2024-03-18T15:22:43.000Z","updated_at":"2024-04-17T14:03:48.000Z","dependencies_parsed_at":"2024-03-23T18:43:10.924Z","dependency_job_id":null,"html_url":"https://github.com/svierk/sfdx-cli-setup","commit_stats":null,"previous_names":["svierk/sfdx-cli-setup"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svierk%2Fsfdx-cli-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svierk%2Fsfdx-cli-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svierk%2Fsfdx-cli-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svierk%2Fsfdx-cli-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svierk","download_url":"https://codeload.github.com/svierk/sfdx-cli-setup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245013984,"owners_count":20547178,"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":["composite-action","github-actions","salesforce","sfdx","sfdx-cli"],"created_at":"2024-10-14T07:54:36.524Z","updated_at":"2026-05-11T06:04:33.062Z","avatar_url":"https://github.com/svierk.png","language":null,"funding_links":["https://github.com/sponsors/svierk"],"categories":[],"sub_categories":[],"readme":"# ⚙️ SFDX CLI Setup\n\nThis repository implements a simple GitHub composite action for installing the Salesforce CLI and related plugins. The CLI installation is done via [npm](https://www.npmjs.com/package/@salesforce/cli).\n\n## Usage\n\nIn a GitHub workflow, the use of the action after the initial checkout step and selecting the Node.js version to be used could look like this:\n\n```\njobs:\n  validation:\n    name: Validation\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n\n      - name: Select Node Version\n        uses: svierk/get-node-version@main\n\n      - name: Install Dependencies\n        run: npm ci\n\n      - name: Install SF CLI\n        uses: svierk/sfdx-cli-setup@main\n        with:\n          version: 2.32.8\n          plugins: \"['sfdx-git-delta', '@salesforce/plugin-packaging']\"\n```\n\nTwo optional parameters for the sfdx-cli-setup action can be used to set a specific CLI version if needed, in this example 2.32.8, as well as the CLI plugins to be installed, in this case sfdx-git-delta and @salesforce/plugin-packaging.\nThe Node.js version in this example worflow is selected by using the action [get-node-version](https://github.com/svierk/get-node-version) that automatically pulls the version to be used from the _package.json_ file of the SFDX project.\n\n\n## Releases\n\nLatest release notes can be found on the [release page](https://github.com/svierk/sfdx-cli-setup/releases).\n\n## License\n\nThe scripts and documentation in this project are released under the [MIT License](https://github.com/svierk/sfdx-cli-setup/blob/main/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvierk%2Fsfdx-cli-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvierk%2Fsfdx-cli-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvierk%2Fsfdx-cli-setup/lists"}