@copado/copado-cli
Version:
Copado Developer CLI
36 lines • 2.22 kB
JSON
{
"set": {
"description": "link a force authenticated org with Copado CLI ",
"example1": "$ sf copado:auth:set --targetusername myOrg@example.com",
"example2": "$ sf copado:auth:set --alias myAlias",
"flags": {
"alias": "Developers name",
"targetusername": "Username for the target org. This overrides the default target org."
},
"success": "Copado CLI configured for username:",
"invalidFlag": "Please specify one of the valid flag, to see examples run: \n sf copado:auth:set --help",
"noUserFoundWithUsername": "No user found with the given username. Please execute 'sf force:org:list' to see available connections.",
"noUserFoundWithAlias": "No user found with the given alias. Please execute 'sf force:org:list' to see available connections.",
"instanceUrl": "and instanceUrl:"
},
"display": {
"commandDescription": "display the username that has been authenticated to work with the CLI.",
"exampleDescription": "$ sf copado:auth:display --showdetails",
"showdetailsFlagDescription": "Show Details"
},
"grant": {
"commandDescription": "Creates a Copado Environment for the specified scratch org.",
"exampleDescription": "$ sf copado:auth:grant --environmentname MyNewNewCopadoEnvironmentName --targetusername test-acqffozptfsc@example.com",
"environmentNameFlagDescription": "Required. The unique name for the Environment to create in Copado",
"waitFlagDescription": "Waits for the job to be finished",
"scratchOrgCreated": "Environment and related records created.",
"noUserNameFound": "User name not found.",
"noScratchOrg": "Either set a default scratch org or specify a scratch org with the -u parameter.",
"scratchOrgExpired": "This scratch org is expired"
},
"commandDescription": "get more information about the different Copado auth commands.",
"userNameFlagDescription": "Developers user name",
"idFlagDescription": "Developers org Id",
"copadoUserNotSet": "Copado user is not set. Please execute: sf copado:auth:set to setup Copado CLI",
"errorNoOrgResults": "No results"
}