m50/Setup SFDX
Install SFDX and plugins
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| plugins | A comma separated list of plugins to install | no | — |
| client-id | The JWT client ID for JWT authentication. Can be used in place of sfdxurl authentication. Required with `jwt-key`. | no | — |
| jwt-key | The JWT private key for JWT authentication. Can be used in place of sfdxurl authentication. Required with `client-id`. | no | — |
| sfdxurl | The sfdx URL for authentication. Can be used in place of JWT authentication. | no | — |
| org-alias | The alias to use for the organization logged in as. | no | test |
| sandbox | Whether authentication is happening in a sandbox. Default is 'true'. | no | true |
Outputs
no outputs