{"id":17028458,"url":"https://github.com/svierk/sfdx-package-installation","last_synced_at":"2025-04-12T12:10:52.808Z","repository":{"id":229133161,"uuid":"775642173","full_name":"svierk/sfdx-package-installation","owner":"svierk","description":"📦 Github composite action for installing packages on a specific Salesforce org","archived":false,"fork":false,"pushed_at":"2024-05-17T10:24:09.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T06:51:09.509Z","etag":null,"topics":["composite-action","github-actions","salesforce","sfdx","sfdx-cli"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/sfdx-package-installation","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,"publiccode":null,"codemeta":null},"funding":{"github":["svierk"]}},"created_at":"2024-03-21T19:10:09.000Z","updated_at":"2024-12-20T20:27:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"154f41c8-0b1b-4305-9086-9806c1786671","html_url":"https://github.com/svierk/sfdx-package-installation","commit_stats":null,"previous_names":["svierk/sfdx-package-installation"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svierk%2Fsfdx-package-installation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svierk%2Fsfdx-package-installation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svierk%2Fsfdx-package-installation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svierk%2Fsfdx-package-installation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svierk","download_url":"https://codeload.github.com/svierk/sfdx-package-installation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565074,"owners_count":21125417,"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:33.181Z","updated_at":"2025-04-12T12:10:52.784Z","avatar_url":"https://github.com/svierk.png","language":null,"funding_links":["https://github.com/sponsors/svierk"],"categories":[],"sub_categories":[],"readme":"# 📦 SFDX Package Installation\n\nThis repository implements a simple GitHub composite action for installing packages on a specific Salesforce target org.\n\n## Usage\n\nAfter installing the SF CLI and authorizing the relevant org in your GitHub workflow, packages can be installed using this action as follows:\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        \n      - name: Salesforce Org Login\n        uses: svierk/sfdx-login@main\n        with:\n          sfdx-url: ${{ secrets.SFDX_AUTH_URL }}\n    \n      - name: Package Installation\n        uses: svierk/sfdx-package-installation@main\n        with:\n          packages: \"['04t6S000001UjutQAC','04t3y000000X0OaAAK']\"\n          wait: 30\n          publish-wait: 20\n```\n\nIf the packages you want to install are key-protected, you can simply append the required installation key for each package with an underscore, e.g. '04t6S000001UjutQAC_INSTALLATIONKEY'.\n\nThe following actions were also used in the example workflow to create the prerequisites for the package installation:\n\n- [Get Node Version](https://github.com/svierk/get-node-version) | Pulls Node.js version to be used from the _package.json_ of the project\n- [SFDX CLI Setup](https://github.com/svierk/sfdx-cli-setup) | Installs the Salesforce CLI and related plugins\n- [SFDX Login](https://github.com/svierk/sfdx-login) | Handles Salesforce login using a Salesforce DX authorization URL\n\nOf course, the package installation action can be used flexibly and the respective approach can vary.\n\n## Releases\n\nLatest release notes can be found on the [release page](https://github.com/svierk/sfdx-package-installation/releases).\n\n## License\n\nThe scripts and documentation in this project are released under the [MIT License](https://github.com/svierk/sfdx-package-installation/blob/main/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvierk%2Fsfdx-package-installation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvierk%2Fsfdx-package-installation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvierk%2Fsfdx-package-installation/lists"}