sfdx-cpq-scripts-deployment
Version:
Deploy cpq scipts with sfdx (unofficial plugin)
11 lines (10 loc) • 393 B
JSON
{
"commandDescription": "print a greeting and your org IDs",
"nameFlagDescription": "name to print",
"forceFlagDescription": "example boolean flag",
"errorNoOrgResults": "No results found for the org '%s'.",
"examples": [
"sfdx hello:org --targetusername myOrg@example.com --targetdevhubusername devhub@org.com",
"sfdx hello:org --name myname --targetusername myOrg@example.com"
]
}