36 строки
923 B
JSON
36 строки
923 B
JSON
{
|
|
"name": "Deploy to Salesforce DX",
|
|
"description": "An application that will deploy an SFDX project from a public Github repo",
|
|
"repository": "https://github.com/wadewegner/deploy-to-sfdx",
|
|
"logo": "",
|
|
"keywords": ["deploy", "sfdx", "salesforcedx"],
|
|
"image": "",
|
|
"scripts": {
|
|
"postdeploy": "bin/deploy.sh"
|
|
},
|
|
"env": {
|
|
"CALLBACKURL": {
|
|
"description": "The callback URL for your Connected App",
|
|
"value": ""
|
|
},
|
|
"CONSUMERKEY": {
|
|
"description": "The consumer key for your Connected App.",
|
|
"value": ""
|
|
},
|
|
"CONSUMERSECRET": {
|
|
"description": "The consumer secret for your Connected App.",
|
|
"value": ""
|
|
},
|
|
"STARTINGDIRECTORY": {
|
|
"description": "The base directory for the CLI",
|
|
"value": ""
|
|
}
|
|
},
|
|
// "environments": {
|
|
// "test": {
|
|
// "scripts": {
|
|
// "test": "bundle exec rake test"
|
|
// }
|
|
// }
|
|
// }
|
|
} |