sopra-steria-salesforce/Salesforce CLI Setup Helper
This action allows to use Salesforce SF CLI from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sf-cli-version | sf cli version number. Specify a version number (x.x.x) or empty for the latest version | yes | — |
| use-cache | Use GitHub cache for faster installation of the Salesforce CLI | no | true |
| auth-url | The auth-url to be used in the auth-url authentication flow | no | — |
| username | The username to be used in the jwt authentication flow | no | — |
| client-id | The client id to be used in the jwt authentication flow | no | — |
| private-key | The private key to be used in the jwt authentication flow | no | — |
| instance-url | The instance url to be used in the jwt and access-token flow | no | — |
| access-token | The access token to be used in the access-token flow | no | — |
| alias | The alias to be used for the org | no | — |
| set-default-dev-hub | Set the default dev hub org | no | false |
| set-default-org | Set the default org | no | false |
Outputs
| name | description |
|---|---|
| ready | true if the Salesforce CLI is ready for use |
| installed-from | The source from which the Salesforce CLI was installed (either already-installed, tool-cache, cache or npm) |
| authenticated | true if the supplied user was authenticated |